Skip to content

Instantly share code, notes, and snippets.

@alanplatt
Last active February 23, 2023 09:50
Show Gist options
  • Save alanplatt/33b5237c963545ab0269ee98af048743 to your computer and use it in GitHub Desktop.
Save alanplatt/33b5237c963545ab0269ee98af048743 to your computer and use it in GitHub Desktop.
gitlab terraform backend setup
TF_HTTP_ADDRESS=https://gitlab.com/api/v4/projects/4480/terraform/state/${TF_VAR_foo}
TF_HTTP_LOCK_METHOD=POST
TF_HTTP_LOCK_ADDRESS=https://gitlab.com/api/v4/projects/4480/terraform/state/${TF_VAR_foo}/lock
TF_HTTP_UNLOCK_ADDRESS=https://gitlab.com/api/v4/projects/4480/terraform/state/${TF_VAR_foo}/lock
TF_HTTP_UNLOCK_METHOD=DELETE
terraform {
backend "http" {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment