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