Skip to content

Commit 793544d

Browse files
authored
fhir-config (#636)
1 parent 19f3d82 commit 793544d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

terraform/s3_config.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ resource "aws_s3_bucket_lifecycle_configuration" "data_destinations" {
192192
}
193193

194194
resource "aws_s3_bucket" "batch_config_bucket" {
195-
bucket = "imms-${local.environment}-supplier-config"
195+
bucket = "imms-${local.environment}-fhir-config"
196196
}
197197

198198
resource "aws_s3_bucket_public_access_block" "batch_config_bucket_public_access_block" {

terraform/variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)