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
5d4a0644
Commit
5d4a0644
authored
Aug 23, 2019
by
Danny
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add final snapshot identifier
parent
d7595ae4
Pipeline
#6508
passed with stage
in 19 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
56 additions
and
56 deletions
+56
-56
main.tf
main.tf
+56
-56
No files found.
main.tf
View file @
5d4a0644
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
# Variables
# Variables
#############################################################################################################
#############################################################################################################
variable
"vpc_id"
{}
variable
"vpc_id"
{}
variable
"security_groups"
{
variable
"security_groups"
{
type
=
"list"
type
=
"list"
}
}
...
@@ -118,11 +119,10 @@ resource "aws_db_instance" "default" {
...
@@ -118,11 +119,10 @@ resource "aws_db_instance" "default" {
db_subnet_group_name
=
"
${
aws_db_subnet_group
.
default
.
name
}
"
db_subnet_group_name
=
"
${
aws_db_subnet_group
.
default
.
name
}
"
parameter_group_name
=
"
${
var
.
parameter_group
}
"
parameter_group_name
=
"
${
var
.
parameter_group
}
"
final_snapshot_identifier
=
"final-snapshot-terraform"
backup_retention_period
=
"
${
var
.
backup_retention_period
}
"
backup_retention_period
=
"
${
var
.
backup_retention_period
}
"
backup_window
=
"
${
var
.
backup_window
}
"
backup_window
=
"
${
var
.
backup_window
}
"
maintenance_window
=
"
${
var
.
maintenance_window
}
"
maintenance_window
=
"
${
var
.
maintenance_window
}
"
}
}
resource
"aws_db_instance"
"read_replica"
{
resource
"aws_db_instance"
"read_replica"
{
...
...
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