File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 44
44
- name : Terraform Plan for Dev
45
45
if : github.ref == 'refs/heads/develop' && github.event_name == 'push'
46
46
id : terraform-plan-dev
47
- run : terraform plan -var-file="./infra/ envs/dev/terraform.tfvars" -out=dev.plan
47
+ run : terraform plan -var-file="./envs/dev/terraform.tfvars" -out=dev.plan
48
48
49
49
- name : Terraform Apply for Dev
50
50
id : terraform-apply-dev
60
60
61
61
- name : Terraform Plan for Prod
62
62
id : terraform-plan-prod
63
- run : terraform plan -var-file="./infra /envs/prod/terraform.tfvars" -out=prod.plan
63
+ run : pwd && ls && && terraform plan -var-file="./envs/prod/terraform.tfvars" -out=prod.plan
64
64
65
65
- name : Terraform Apply for Prod
66
66
id : terraform-apply-prod
Original file line number Diff line number Diff line change
1
+ terraform {
2
+ backend "local" {}
3
+ }
You can’t perform that action at this time.
0 commit comments