File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ resource "aws_s3_bucket_lifecycle_configuration" "data_destinations" {
192192}
193193
194194resource "aws_s3_bucket" "batch_config_bucket" {
195- bucket = " imms-${ local . environment } -supplier -config"
195+ bucket = " imms-${ local . environment } -fhir -config"
196196}
197197
198198resource "aws_s3_bucket_public_access_block" "batch_config_bucket_public_access_block" {
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ locals {
2121 short_prefix = " ${ var . project_short_name } -${ local . env } "
2222 batch_prefix = " immunisation-batch-${ local . env } "
2323 config_env = local. environment == " prod" ? " prod" : " dev"
24- config_bucket_env = local. environment == " prod" ? " prod" : " internal-dev"
2524
2625 root_domain = " ${ local . config_env } .vds.platform.nhs.uk"
2726 project_domain_name = data. aws_route53_zone . project_zone . name
You can’t perform that action at this time.
0 commit comments