Skip to content

Commit

Permalink
fix(examples): set backups bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 committed Nov 5, 2024
1 parent 2a35688 commit 7ade452
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/gcp/inception/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ module "inception" {
tf_state_bucket_name = var.tf_state_bucket_name
buckets_location = var.buckets_location
backups_bucket_location = var.backups_bucket_location
backups_bucket_name = "${var.name_prefix}-backups"

users = var.users
}
Expand Down

0 comments on commit 7ade452

Please sign in to comment.