debian-mirror-gitlab/lib/gitlab/ci/templates/Terraform.latest.gitlab-ci.yml

29 lines
672 B
YAML
Raw Normal View History

2021-09-30 23:02:18 +05:30
# To contribute improvements to CI/CD templates, please follow the Development guide at:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific template is located at:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Terraform.latest.gitlab-ci.yml
2021-01-03 14:25:43 +05:30
include:
2021-01-29 00:20:46 +05:30
- template: Terraform/Base.latest.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/Terraform/Base.latest.gitlab-ci.yml
2021-01-03 14:25:43 +05:30
stages:
- init
- validate
- build
- deploy
2021-01-29 00:20:46 +05:30
- cleanup
2021-01-03 14:25:43 +05:30
init:
extends: .init
validate:
extends: .validate
build:
extends: .build
deploy:
extends: .deploy
dependencies:
- build