add terraform init to ci
This commit is contained in:
parent
562740ff10
commit
2ce48d866f
@ -23,6 +23,11 @@ environment:
|
|||||||
from_secret: "ARTIFACTORY_URL"
|
from_secret: "ARTIFACTORY_URL"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Initialite Terraform resources
|
||||||
|
image: hashicorp/terraform
|
||||||
|
commands:
|
||||||
|
- terraform init
|
||||||
|
|
||||||
- name: Validate Terraform configuration
|
- name: Validate Terraform configuration
|
||||||
image: hashicorp/terraform
|
image: hashicorp/terraform
|
||||||
commands:
|
commands:
|
||||||
|
Reference in New Issue
Block a user