[skip ci]
This commit is contained in:
@@ -12,13 +12,4 @@ variable "TF_CONTAINER" {
|
|||||||
|
|
||||||
variable "TF_INIT" {
|
variable "TF_INIT" {
|
||||||
value "-backend-config=\"address=https://gitlab.com/api/v4/projects/#{GITLAB_PROJECT_ID}/terraform/state/#{Octopus.Deployment.Tenant.Id}-#{Octopus.Environment.Name}\" -backend-config=\"lock_address=https://gitlab.com/api/v4/projects/#{GITLAB_PROJECT_ID}/terraform/state/#{Octopus.Deployment.Tenant.Id}-#{Octopus.Environment.Name}/lock\" -backend-config=\"unlock_address=https://gitlab.com/api/v4/projects/#{GITLAB_PROJECT_ID}/terraform/state/#{Octopus.Deployment.Tenant.Id}-#{Octopus.Environment.Name}/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\"" {}
|
value "-backend-config=\"address=https://gitlab.com/api/v4/projects/#{GITLAB_PROJECT_ID}/terraform/state/#{Octopus.Deployment.Tenant.Id}-#{Octopus.Environment.Name}\" -backend-config=\"lock_address=https://gitlab.com/api/v4/projects/#{GITLAB_PROJECT_ID}/terraform/state/#{Octopus.Deployment.Tenant.Id}-#{Octopus.Environment.Name}/lock\" -backend-config=\"unlock_address=https://gitlab.com/api/v4/projects/#{GITLAB_PROJECT_ID}/terraform/state/#{Octopus.Deployment.Tenant.Id}-#{Octopus.Environment.Name}/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 "master-cores" {
|
|
||||||
value {
|
|
||||||
value = <<-EOT
|
|
||||||
#{if master-template == "d1-small"}1#{/if}
|
|
||||||
#{if master-template == "d1-medium"}2#{/if}
|
|
||||||
EOT
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user