Skip to content

Commit 2097e7f

Browse files
authored
Update README.md
1 parent 0d06c91 commit 2097e7f

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
@@ -61,14 +61,14 @@ This workflow requires the following secrets to be configured in your GitHub rep
6161

6262
| Workflow | Branch Name |
6363
| ------------ | ---------------- |
64-
| NGINX-nap/nic| apply--NIC-NAP |
64+
| NGINX-nap/nic| apply-NIC/NAP |
6565

6666

6767
**DESTROY**
6868

6969
| Workflow | Branch Name |
7070
| ------------ | ----------------- |
71-
| NGINX-nap/nic| destroy-NIC-NAP |
71+
| NGINX-nap/nic| destroy-NIC/NAP |
7272

7373

7474

@@ -80,11 +80,11 @@ This workflow requires the following secrets to be configured in your GitHub rep
8080
* Also update assets boolean value as per your work-flows
8181

8282
**STEP 3:** In S3 directory, inside the variable.tf file add the following data
83-
* variable "tf_state_bucket" {
83+
variable "tf_state_bucket" {
8484
* type = string
8585
* description = "S3 bucket for Terraform remote state storage"
8686
* default = "your-unique-bucket-name" # Replace with your actual bucket name
87-
*}
87+
}
8888

8989

9090

0 commit comments

Comments
 (0)