ci: terraform plan
parent
cc5de1e7d2
commit
e24845ecf7
|
@ -10,6 +10,14 @@ pipeline:
|
||||||
secrets:
|
secrets:
|
||||||
[backend_conn_str]
|
[backend_conn_str]
|
||||||
|
|
||||||
|
plan:
|
||||||
|
image: registry.monotremata.xyz/terraform
|
||||||
|
pull: true
|
||||||
|
commands:
|
||||||
|
- terraform plan -out=tfplan
|
||||||
|
- terraform show -json tfplan
|
||||||
|
secrets: [namecheap_api_key]
|
||||||
|
|
||||||
# gitleaks:
|
# gitleaks:
|
||||||
# image: registry.monotremata.xyz/gitleaks
|
# image: registry.monotremata.xyz/gitleaks
|
||||||
# pull: true
|
# pull: true
|
||||||
|
|
Loading…
Reference in New Issue