Skip to content
Snippets Groups Projects
Commit 772b062e authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

terraform access token

parent 0033a773
No related branches found
No related tags found
2 merge requests!109Integration test,!90Develop
Pipeline #66291 passed with warnings
......@@ -14,8 +14,8 @@ cache:
CI_DEBUG_TRACE: "false"
before_script:
- cd ${TF_ROOT}
- export TF_VAR_integration_username=gitlab-ci-token
- export TF_VAR_integration_access_token=${CI_JOB_TOKEN}
- export TF_VAR_integration_username=terraform
- export TF_VAR_integration_access_token=${TERRAFORM_API_TOKEN}
- export TF_VAR_integration_registry=${CI_REGISTRY}
- export TF_VAR_tls_key=${DOCKER_TLS_KEY}
- export TF_VAR_tls_cert=${DOCKER_TLS_CERT}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment