[skip ci]
This commit is contained in:
@@ -23,4 +23,8 @@ variable "RUNSPACE_GITLAB_PROJECT_IMPORT" {
|
||||
|
||||
variable "TF_INIT" {
|
||||
value "-backend-config=\"address=https://gitlab.com/api/v4/projects/#{GITLAB_PROJECT_ID}/terraform/state/#{Octopus.Deployment.Tenant.Id}\" -backend-config=\"lock_address=https://gitlab.com/api/v4/projects/#{GITLAB_PROJECT_ID}/terraform/state/#{Octopus.Deployment.Tenant.Id}/lock\" -backend-config=\"unlock_address=https://gitlab.com/api/v4/projects/#{GITLAB_PROJECT_ID}/terraform/state/#{Octopus.Deployment.Tenant.Id}/lock\" -backend-config=\"username=developerdurp\" -backend-config=\"password=#{GITLAB_TOKEN}\" -backend-config=\"lock_method=POST\" -backend-config=\"unlock_method=DELETE\" -backend-config=\"retry_wait_min=5\"" {}
|
||||
}
|
||||
|
||||
variable "OCTO_TENANT_ID" {
|
||||
value "#{Octopus.Deployment.Tenant.Id}" {}
|
||||
}
|
||||
Reference in New Issue
Block a user