Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit b37da429 authored by Nicolas's avatar Nicolas
Browse files

Use Gitlab Terraform state

parent 33e0969c
No related branches found
No related tags found
No related merge requests found
......@@ -21,13 +21,11 @@ elastic:
TF_VAR_ec_apikey: $EC_API_KEY
script: |-
cd $TF_ROOT
printenv
echo $TF_ADDRESS
terraform init
terraform validate
terraform fmt -check
terraform plan
terraform apply -auto-approve
gitlab-terraform init
gitlab-terraform validate
gitlab-terraform fmt -check
gitlab-terraform plan
gitlab-terraform apply -auto-approve
gcloud:
stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment