Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tf_mod_aws_rds
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
steamhaus
tf_mod_aws_rds
Commits
97a139f7
Commit
97a139f7
authored
Sep 04, 2019
by
Felix Edelsten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correcting outputs
parent
aae54aa9
Pipeline
#6560
passed with stage
in 17 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
main.tf
main.tf
+9
-1
No files found.
main.tf
View file @
97a139f7
...
...
@@ -82,7 +82,7 @@ variable "quicksight_rds_egress_from_port" {
default
=
"3306"
}
variable
"quicksight_rds_
in
gress_to_port"
{
variable
"quicksight_rds_
e
gress_to_port"
{
default
=
"3306"
}
...
...
@@ -285,3 +285,11 @@ output "read_replica_rds_instance_address" {
output
"subnet_group_id"
{
value
=
"
${
aws_db_subnet_group
.
default
.
id
}
"
}
output
"quicksight_rds"
{
value
=
"
${
aws_security_group
.
quicksight_rds
.
id
}
"
}
output
"quicksight"
{
value
=
"
${
aws_security_group
.
quicksight
.
id
}
"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment