Skip to content

Commit

Permalink
Shorten backup name (#35)
Browse files Browse the repository at this point in the history
* shorten backup vault name
  • Loading branch information
aaronshiel authored Nov 16, 2022
1 parent d257cf7 commit eea92a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ resource "aws_s3_bucket_lifecycle_configuration" "content_bucket_version_expire_
module "content_backup" {
count = var.enable_content_backup ? 1 : 0
source = "git::https://github.com/mentorpal/terraform-modules//modules/backup?ref=tags/v1.5.1"
name = "${var.eb_env_name}-s3-content-backup-${var.eb_env_stage}"
name = "${var.eb_env_name}-s3-backup-${var.eb_env_stage}"

resources = [
module.cdn_static.s3_bucket_arn
Expand Down

0 comments on commit eea92a1

Please sign in to comment.