Skip to content

Commit af97746

Browse files
juliareynolds-navagfreeman-navapbcgsf
authored
[PLT-890] add legacy variable to tfstate service and create backends (#212)
## 🎫 Ticket https://jira.cms.gov/browse/PLT-890 ## 🛠 Changes backend files defining s3 state buckets for greenfield apps ## ℹ️ Context <!-- Why were these changes made? Add background context suitable for a non-technical audience. --> Add backends to the TF in the platform repo (each backend is a 2-line file for each of the vpcs). We expect to have 12 new VPCs. ## 🧪 Validation Buckets are created in S3 with tfstate files for each new backend definition file. --------- Co-authored-by: Grant Freeman <[email protected]> Co-authored-by: Sean Fern <[email protected]>
1 parent d85a254 commit af97746

27 files changed

+55
-51
lines changed

terraform/.terraform-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.5
1+
1.10.5
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bucket = "ab2d-dev-tfstate-20250417141439646700000001"
2+
use_lockfile = true
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bucket = "ab2d-prod-tfstate-20250411202936776600000001"
2+
use_lockfile = true
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bucket = "ab2d-sandbox-tfstate-20250416200059224300000001"
2+
use_lockfile = true
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bucket = "ab2d-test-tfstate-20250410134820763500000001"
2+
use_lockfile = true
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bucket = "bcda-dev-tfstate-20250409202710600700000001"
2+
use_lockfile = true
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bucket = "bcda-prod-tfstate-20250411203841436200000001"
2+
use_lockfile = true
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bucket = "bcda-sandbox-tfstate-20250416201512973800000001"
2+
use_lockfile = true
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bucket = "bcda-test-tfstate-20250409171646342600000001"
2+
use_lockfile = true
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bucket = "cdap-mgmt-tfstate-20250416203557378600000001"
2+
use_lockfile = true

0 commit comments

Comments
 (0)