Skip to content

Commit d6347b1

Browse files
committed
CCM-9873: remove last vestigates of having CDN in sandbox
1 parent 92ba54a commit d6347b1

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

infrastructure/terraform/components/sandbox/locals_tfscaffold.tf

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,4 @@ locals {
2020
Name = local.csi
2121
},
2222
)
23-
24-
terraform_state_bucket = format(
25-
"%s-tfscaffold-%s-%s",
26-
var.project,
27-
var.aws_account_id,
28-
var.region,
29-
)
3023
}

infrastructure/terraform/components/sandbox/module_backend_api.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ module "backend_api" {
99
group = var.group
1010
csi = local.csi
1111
log_retention_in_days = var.log_retention_in_days
12-
parent_acct_environment = var.parent_acct_environment
13-
12+
parent_acct_environment = "main"
1413
cloudfront_distribution_arn = "WIP"
1514

1615
cognito_config = {

infrastructure/terraform/components/sandbox/variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,3 @@ variable "letter_suppliers" {
8686

8787
description = "Letter suppliers enabled in the environment"
8888
}
89-
90-
variable "parent_acct_environment" {
91-
type = string
92-
description = "Name of the environment responsible for the acct resources used, affects things like DNS zone. Useful for named dev environments"
93-
default = "main"
94-
}

0 commit comments

Comments
 (0)