-
- Downloads
Remove `auto_apply` and `auto_destroy` inputs
This change sets removes support `auto_apply` and `auto_destroy` inputs across the templates. With the introduction of the `rules` inputs, an auto apply or auto destroy behavior can easily implemented using it directly. We can't easily keep the `auto_apply` and `auto_destroy` inputs because having input references in input default values is not yet supported. See https://gitlab.com/gitlab-org/gitlab/-/issues/438722. I've left the input definitions commented out for now with the possibility to easily bring it back if the issue is resolved. Closes https://gitlab.com/components/opentofu/-/issues/80 Changelog: removed
Showing
- .gitlab/README.md.template 1 addition, 1 deletion.gitlab/README.md.template
- README.md 1 addition, 1 deletionREADME.md
- templates/apply.yml 0 additions, 4 deletionstemplates/apply.yml
- templates/destroy.yml 0 additions, 4 deletionstemplates/destroy.yml
- templates/full-pipeline.yml 15 additions, 12 deletionstemplates/full-pipeline.yml
- templates/job-templates.yml 0 additions, 10 deletionstemplates/job-templates.yml
- templates/validate-plan-apply.yml 7 additions, 6 deletionstemplates/validate-plan-apply.yml
- templates/validate-plan-destroy.yml 8 additions, 6 deletionstemplates/validate-plan-destroy.yml
- tests/integration-tests/Destroy.gitlab-ci.yml 0 additions, 1 deletiontests/integration-tests/Destroy.gitlab-ci.yml
Please register or sign in to comment