ci: terraform plan

main
Ricard Illa 2022-08-24 11:20:29 +02:00
parent cc5de1e7d2
commit e24845ecf7
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 8 additions and 0 deletions

View File

@ -10,6 +10,14 @@ pipeline:
secrets:
[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:
# image: registry.monotremata.xyz/gitleaks
# pull: true