This commit is contained in:
parent
4664aec440
commit
1e80987a54
@ -3,11 +3,6 @@ type: docker
|
|||||||
name: Apply Cloud infra changes
|
name: Apply Cloud infra changes
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Validate Terraform configuration
|
|
||||||
image: hashicorp/terraform
|
|
||||||
commands:
|
|
||||||
- terraform validate
|
|
||||||
|
|
||||||
- name: Apply changes
|
- name: Apply changes
|
||||||
environment:
|
environment:
|
||||||
ARM_CLIENT_ID:
|
ARM_CLIENT_ID:
|
||||||
@ -31,5 +26,6 @@ steps:
|
|||||||
image: hashicorp/terraform
|
image: hashicorp/terraform
|
||||||
commands:
|
commands:
|
||||||
- terraform init
|
- terraform init
|
||||||
|
- terraform validate
|
||||||
- terraform plan
|
- terraform plan
|
||||||
- terraform apply -auto-approve
|
- terraform apply -auto-approve
|
||||||
|
Reference in New Issue
Block a user