Skip to content

Commit

Permalink
Merge pull request #257 from silinternational/remove-duplicate
Browse files Browse the repository at this point in the history
Release 12.8.1 -- fixed: avoid naming collisions
  • Loading branch information
briskt authored Aug 28, 2024
2 parents 0be646e + b8f5585 commit bc5d77f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions terraform/031-email-service/task-definition-cron.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
"name": "APP_ID",
"value": "${appconfig_app_id}"
},
{
"name": "AWS_REGION",
"value": "${aws_region}"
},
{
"name": "ENV_ID",
"value": "${appconfig_env_id}"
Expand Down
3 changes: 2 additions & 1 deletion terraform/032-db-backup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,12 @@ module "aws_backup" {
source = "silinternational/backup/aws"
version = "0.1.0"

app_name = var.app_name
app_name = var.idp_name
app_env = var.app_env
source_arns = [data.aws_db_instance.this.db_instance_arn]
backup_schedule = "cron(${var.aws_backup_cron_schedule})"
notification_events = var.aws_backup_notification_events
sns_topic_name = "${var.idp_name}-backup-vault-events"
}

data "aws_db_instance" "this" {
Expand Down

0 comments on commit bc5d77f

Please sign in to comment.