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: ...@@ -21,13 +21,11 @@ elastic:
TF_VAR_ec_apikey: $EC_API_KEY TF_VAR_ec_apikey: $EC_API_KEY
script: |- script: |-
cd $TF_ROOT cd $TF_ROOT
printenv gitlab-terraform init
echo $TF_ADDRESS gitlab-terraform validate
terraform init gitlab-terraform fmt -check
terraform validate gitlab-terraform plan
terraform fmt -check gitlab-terraform apply -auto-approve
terraform plan
terraform apply -auto-approve
gcloud: gcloud:
stage: deploy 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