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