File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
102102data "aws_kms_key" "existing_lambda_encryption_key" {
103103 key_id = " alias/imms-batch-lambda-env-encryption"
You can’t perform that action at this time.
0 commit comments