Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Commit a69210a

Browse files
authored
add -auto-approve to terraform apply instruction
1 parent fc516b0 commit a69210a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/prompts/3-apply.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Refer to the following to better understand the implementation done before fixin
2929

3030
### 4. TERRAFORM APPLY (ONLY AFTER SUCCESSFUL PLAN)
3131
- **Prerequisites**: Step 3 (terraform plan) must be completed successfully with no errors
32-
- Run `terraform apply -var-file=examples/<module_name>/simple_case/configuration.tfvars` to apply the changes
32+
- Run `terraform apply -auto-approve -var-file=examples/<module_name>/simple_case/configuration.tfvars` to apply the changes
3333
- Monitor the apply process for any issues
3434
- **REMINDER**: This step should ONLY be executed after a successful terraform plan
3535

0 commit comments

Comments
 (0)