Commit d018854f authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'fix-terraform-docs' into 'master'

Add missing terraform argument

See merge request gitlab-org/gitlab!75749
parents bb246c43 8b09ffbb
......@@ -313,6 +313,7 @@ the old state is, you can tell it about the new location:
TF_ADDRESS="https://gitlab.com/api/v4/projects/${PROJECT_ID}/terraform/state/new-state-name"
terraform init \
-migrate-state \
-backend-config=address=${TF_ADDRESS} \
-backend-config=lock_address=${TF_ADDRESS}/lock \
-backend-config=unlock_address=${TF_ADDRESS}/lock \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment