Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
terraform-aws-rds
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Terraform Modules
terraform-aws-rds
Commits
4c390c90
Commit
4c390c90
authored
Aug 19, 2018
by
Anton Babenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sort values of enabled_cloudwatch_logs_exports in example
parent
8c75d364
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
main.tf
examples/complete-mysql/main.tf
+3
-1
No files found.
examples/complete-mysql/main.tf
View file @
4c390c90
...
...
@@ -44,6 +44,8 @@ module "db" {
maintenance_window
=
"Mon:00:00-Mon:03:00"
backup_window
=
"03:00-06:00"
multi_az
=
true
# disable backups to create DB faster
backup_retention_period
=
0
...
...
@@ -52,7 +54,7 @@ module "db" {
Environment
=
"dev"
}
enabled_cloudwatch_logs_exports
=
[
"
general"
,
"audit
"
]
enabled_cloudwatch_logs_exports
=
[
"
audit"
,
"general
"
]
# DB subnet group
subnet_ids
=
[
"
${data
.
aws_subnet_ids
.
all
.
ids
}
"
]
...
...
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