Skip to content

Commit

Permalink
locals2
Browse files Browse the repository at this point in the history
  • Loading branch information
ashle001 committed Sep 22, 2020
1 parent ab1b7ce commit 2b54983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locals.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
region = var.region
#region = var.region

s3_bucket_names = formatlist("v-s3-%v", var.s3_bucket_names)
#s3_bucket_names = formatlist("v-s3-%v", var.s3_bucket_names)
#key_name = format("k-kms-%v", local.app_name)
}

0 comments on commit 2b54983

Please sign in to comment.