Skip to content

Commit 18acf19

Browse files
committed
remove existing_config_bucket
1 parent c2241a5 commit 18acf19

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

terraform/variables.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ data "aws_security_group" "existing_securitygroup" {
9292
}
9393
}
9494

95-
data "aws_s3_bucket" "existing_config_bucket" {
96-
# For now, look up the internal-dev bucket during int, ref and PR branch deploys.
97-
count = local.create_config_bucket ? 0 : 1
95+
# data "aws_s3_bucket" "existing_config_bucket" {
96+
# # For now, look up the internal-dev bucket during int, ref and PR branch deploys.
97+
# count = local.create_config_bucket ? 0 : 1
9898

99-
bucket = "imms-${local.config_bucket_env}-supplier-config"
100-
}
99+
# bucket = "imms-${local.config_bucket_env}-supplier-config"
100+
# }
101101

102102
data "aws_kms_key" "existing_lambda_encryption_key" {
103103
key_id = "alias/imms-batch-lambda-env-encryption"

0 commit comments

Comments
 (0)