File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ This workflow requires the following secrets to be configured in your GitHub rep
61
61
62
62
| Workflow | Branch Name |
63
63
| ------------ | ---------------- |
64
- | NGINX-nap/nic| apply-- NIC- NAP |
64
+ | NGINX-nap/nic| apply-NIC/ NAP |
65
65
66
66
67
67
** DESTROY**
68
68
69
69
| Workflow | Branch Name |
70
70
| ------------ | ----------------- |
71
- | NGINX-nap/nic| destroy-NIC- NAP |
71
+ | NGINX-nap/nic| destroy-NIC/ NAP |
72
72
73
73
74
74
@@ -80,11 +80,11 @@ This workflow requires the following secrets to be configured in your GitHub rep
80
80
* Also update assets boolean value as per your work-flows
81
81
82
82
** STEP 3:** In S3 directory, inside the variable.tf file add the following data
83
- * variable "tf_state_bucket" {
83
+ variable "tf_state_bucket" {
84
84
* type = string
85
85
* description = "S3 bucket for Terraform remote state storage"
86
86
* default = "your-unique-bucket-name" # Replace with your actual bucket name
87
- * }
87
+ }
88
88
89
89
90
90
You can’t perform that action at this time.
0 commit comments