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

Add backend.tf file

parent 64a66bf6
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ elastic: ...@@ -5,7 +5,7 @@ elastic:
tags: tags:
- docker - docker
image: image:
name: "hashicorp/terraform:1.0.11" image: registry.gitlab.com/gitlab-org/terraform-images/stable:latest
entrypoint: [""] entrypoint: [""]
variables: variables:
TF_VAR_ec_apikey: $EC_API_KEY TF_VAR_ec_apikey: $EC_API_KEY
...@@ -21,7 +21,7 @@ gcloud: ...@@ -21,7 +21,7 @@ gcloud:
tags: tags:
- docker - docker
image: image:
name: "google/cloud-sdk:latest-slim" name: google/cloud-sdk:slim
entrypoint: [""] entrypoint: [""]
script: script:
- gcloud version - gcloud version
\ No newline at end of file
terraform {
backend "http" {
}
}
\ 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