Skip to content

Commit

Permalink
Update modules input values
Browse files Browse the repository at this point in the history
  • Loading branch information
lgallard committed Apr 15, 2023
1 parent d33a0c8 commit 2fdf0d3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions apps-devstg/us-east-1/base-network/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ locals {
# RDS Export To S3 functions
# -----------------------------------------------------------------------------
module "rds_export_to_s3" {
source = "[email protected]:awasilyev/terraform-aws-rds-export-to-s3.git?ref=non_cluster"
source = "[email protected]:binbashar/terraform-aws-rds-export-to-s3.git?ref=non_cluster"

# Set a prefix for naming resources
#prefix = "binbashar"

# Which RDS snapshots should be exported?
database_names = "${var.project}_${replace(var.environment, "apps-", "")}_binbash_mysql"
database_names = "${var.project}-${replace(var.environment, "apps-", "")}-binbash-mysql"

# Which bucket will store the exported snapshots?
snapshots_bucket_name = module.bucket.s3_bucket_id
Expand All @@ -28,7 +28,7 @@ module "rds_export_to_s3" {
create_customer_kms_key = false

# Provide CMK if 'create_customer_kms_key = false'
customer_kms_key_arn = "arn:aws:kms:us-east-1:523857393444:key/b7a1d584-29cf-4f21-a69f-57ca8eaa1c77"
#customer_kms_key_arn = "arn:aws:kms:us-east-1:523857393444:key/b7a1d584-29cf-4f21-a69f-57ca8eaa1c77"

# SNS topic for export monitor notifications
create_notifications_topic = true
Expand Down

0 comments on commit 2fdf0d3

Please sign in to comment.