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 d4fbf8b2 authored by Nicolas's avatar Nicolas
Browse files

Test variables

parent 0e749bc3
No related branches found
No related tags found
No related merge requests found
...@@ -19,13 +19,15 @@ elastic: ...@@ -19,13 +19,15 @@ elastic:
entrypoint: [""] entrypoint: [""]
variables: variables:
TF_VAR_ec_apikey: $EC_API_KEY TF_VAR_ec_apikey: $EC_API_KEY
script: script: |-
- cd ${TF_ROOT} printenv
- terraform init echo $TF_ADDRESS
- terraform validate cd $TF_ROOT
- terraform fmt -check terraform init
- terraform plan terraform validate
- terraform apply -auto-approve terraform fmt -check
terraform plan
terraform apply -auto-approve
gcloud: gcloud:
stage: deploy stage: deploy
...@@ -34,5 +36,6 @@ gcloud: ...@@ -34,5 +36,6 @@ gcloud:
image: image:
name: google/cloud-sdk:slim name: google/cloud-sdk:slim
entrypoint: [""] entrypoint: [""]
script: script: |-
- gcloud version printenv
\ No newline at end of file gcloud version
\ No newline at end of file
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