ci: terraform init
parent
dd0be14e8b
commit
cc5de1e7d2
|
@ -2,6 +2,14 @@ platform: linux/arm64
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
|
|
||||||
|
init:
|
||||||
|
image: registry.monotremata.xyz/terraform
|
||||||
|
pull: true
|
||||||
|
commands:
|
||||||
|
- terraform init -backend-config="conn_str=$BACKEND_CONN_STR"
|
||||||
|
secrets:
|
||||||
|
[backend_conn_str]
|
||||||
|
|
||||||
# gitleaks:
|
# gitleaks:
|
||||||
# image: registry.monotremata.xyz/gitleaks
|
# image: registry.monotremata.xyz/gitleaks
|
||||||
# pull: true
|
# pull: true
|
||||||
|
|
Loading…
Reference in New Issue