mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
Add terraform for infra
This commit is contained in:
parent
48dca828a9
commit
1da4a9e23b
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ destroy-infrastructure:
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
extends: .tf-init
|
extends: .tf-init
|
||||||
script:
|
script:
|
||||||
- tofu destory -auto-approve $ARGUMENTS
|
- tofu destroy -auto-approve $ARGUMENTS
|
||||||
rules:
|
rules:
|
||||||
- changes:
|
- changes:
|
||||||
- "infra/terraform/*.tf"
|
- "infra/terraform/*.tf"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue