mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
update
This commit is contained in:
parent
55b4964798
commit
e5661070c8
1 changed files with 9 additions and 9 deletions
|
|
@ -1,13 +1,13 @@
|
||||||
.terraform_fmt:
|
.terraform_fmt:
|
||||||
script:
|
script:
|
||||||
- ./scripts/cd-workdir.sh
|
- ./scripts/cd-workdir.sh
|
||||||
- ./scripts/terraform-fmt.sh
|
- ./scripts/terraform/fmt.sh
|
||||||
|
|
||||||
.terraform_validate:
|
.terraform_validate:
|
||||||
script:
|
script:
|
||||||
- ./scripts/cd-workdir.sh
|
- ./scripts/cd-workdir.sh
|
||||||
- ./scripts/terraform-init.sh
|
- ./scripts/terraform/init.sh
|
||||||
- ./scripts/terraform-validate.sh
|
- ./scripts/terraform/validate.sh
|
||||||
|
|
||||||
.terraform_plan:
|
.terraform_plan:
|
||||||
variables:
|
variables:
|
||||||
|
|
@ -15,8 +15,8 @@
|
||||||
JSON_PLAN_FILE: tfplan.json
|
JSON_PLAN_FILE: tfplan.json
|
||||||
script:
|
script:
|
||||||
- ./scripts/cd-workdir.sh
|
- ./scripts/cd-workdir.sh
|
||||||
- ./scripts/terraform-init.sh
|
- ./scripts/terraform/init.sh
|
||||||
- ./scripts/terraform-plan.sh
|
- ./scripts/terraform/plan.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
terraform: $WORKDIR/$JSON_PLAN_FILE
|
terraform: $WORKDIR/$JSON_PLAN_FILE
|
||||||
|
|
@ -25,11 +25,11 @@
|
||||||
.terraform_apply:
|
.terraform_apply:
|
||||||
script:
|
script:
|
||||||
- ./scripts/cd-workdir.sh
|
- ./scripts/cd-workdir.sh
|
||||||
- ./scripts/terraform-init.sh
|
- ./scripts/terraform/init.sh
|
||||||
- ./scripts/terraform-apply.sh
|
- ./scripts/terraform/apply.sh
|
||||||
|
|
||||||
.terraform_destroy:
|
.terraform_destroy:
|
||||||
script:
|
script:
|
||||||
- ./scripts/cd-workdir.sh
|
- ./scripts/cd-workdir.sh
|
||||||
- ./scripts/terraform-init.sh
|
- ./scripts/terraform/init.sh
|
||||||
- ./scripts/terraform-destroy.sh
|
- ./scripts/terraform/destroy.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue