You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -80,18 +80,27 @@ This workflow requires the following secrets to be configured in your GitHub rep
80
80
* resource_owner = "Your-name"
81
81
* aws_region = "AWS Region" ex. us-east-1
82
82
* azs = ["us-east-1a", "us-east1b"] - Change to Correct Availability Zones based on selected Region
83
-
* Also update assets boolean value as per your work-flows
84
83
85
-
**STEP 3:** In the `S3 directory`, inside the `variable.tf` file modify the following data
86
-
* description = "S3 bucket for Terraform remote state storage"
84
+
85
+
**STEP 3:** Modify the `S3/variable.tf` file inside the `S3 directory`.
87
86
* default = "your-unique-bucket-name" # Replace with your actual bucket name
88
-
89
87
90
-
**STEP 4:** Commit and push your build branch to your forked repo
88
+
**STEP 4:** Modify the `Backend.tf` file in the `Infra/Backend.tf`, `eks-cluster/Backend.tf`, `Nap/Backend.tf`, `Policy/Backend.tf`, `Arcadia/Backend.tf` directory.
89
+
*bucket = "your-unique-bucket-name" # Your S3 bucket name
90
+
* key = "infra/terraform.tfstate" # Path to state file
91
+
* region = "your-aws-region-name" By default us-east-1
92
+
93
+
**STEP 5:** Add the name of your S3 bucket inside the `NGINX V5-NIC/NAP Destroy` workflow file.
0 commit comments