Skip to content

Commit 6d381f7

Browse files
authored
Update README.md
1 parent e5f27ae commit 6d381f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ This workflow requires the following secrets to be configured in your GitHub rep
8686
* default = "your-unique-bucket-name" # Replace with your actual bucket name
8787

8888
**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
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
9292

93-
**STEP 5:** Add the name of your S3 bucket inside the `NGINX V5-NIC/NAP Destroy` workflow file.
93+
**STEP 5:** Add the name of your S3 bucket inside the `NGINX V5-NIC/NAP Destroy` workflow file, which is located in the Terraform _S3 job.
9494
*name: Set Bucket Name
9595
* id: set_bucket
9696
* run: |

0 commit comments

Comments
 (0)