Skip to content

Commit 4b67765

Browse files
fix prod hcls
1 parent e1a2954 commit 4b67765

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

platform/production/us-east-1/000/terragrunt.hcl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ include "root" {
22
path = find_in_parent_folders()
33
}
44

5-
include "state" {
6-
path = find_in_parent_folders("state-persistent.hcl")
7-
}
8-
95
locals {
106
git_tag = "1.0.0"
117
}

platform/production/us-east-2/000/terragrunt.hcl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ include "root" {
22
path = find_in_parent_folders()
33
}
44

5-
include "state" {
6-
path = find_in_parent_folders("state-persistent.hcl")
7-
}
8-
95
locals {
106
git_tag = "1.0.0"
117
}

0 commit comments

Comments
 (0)