Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-07-19 17:16:28 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-19 17:16:28 +0300
commite4384360a16dd9a19d4d2d25d0ef1f2b862ed2a6 (patch)
tree2fcdfa7dcdb9db8f5208b2562f4b4e803d671243 /doc/user/infrastructure/iac/mr_integration.md
parentffda4e7bcac36987f936b4ba515995a6698698f0 (diff)
Add latest changes from gitlab-org/gitlab@16-2-stable-eev16.2.0-rc42
Diffstat (limited to 'doc/user/infrastructure/iac/mr_integration.md')
-rw-r--r--doc/user/infrastructure/iac/mr_integration.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/user/infrastructure/iac/mr_integration.md b/doc/user/infrastructure/iac/mr_integration.md
index b2e02cd7375..26bb1d16510 100644
--- a/doc/user/infrastructure/iac/mr_integration.md
+++ b/doc/user/infrastructure/iac/mr_integration.md
@@ -95,19 +95,17 @@ To manually configure a GitLab Terraform Report artifact:
```yaml
default:
image: registry.gitlab.com/gitlab-org/terraform-images/stable:latest
-
cache:
key: example-production
paths:
- ${TF_ROOT}/.terraform
+ before_script:
+ - cd ${TF_ROOT}
variables:
TF_ROOT: ${CI_PROJECT_DIR}/environments/example/production
TF_ADDRESS: ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/terraform/state/example-production
-before_script:
- - cd ${TF_ROOT}
-
stages:
- prepare
- validate
@@ -161,7 +159,6 @@ default:
entrypoint:
- '/usr/bin/env'
- 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
-
cache:
paths:
- .terraform