Skip to content

Commit

Permalink
Azure accounts need to be referenced as an octostache template
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Sep 20, 2024
1 parent bd55e17 commit b06d32c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/steps/modules/project_management/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ resource "octopusdeploy_runbook_process" "deploy_project_azure" {
"Octopus.Action.Aws.AssumeRole" = "False"
"Octopus.Action.Terraform.TemplateDirectory" = "space_population"
"Octopus.Action.GoogleCloud.ImpersonateServiceAccount" = "False"
"Octopus.Action.AzureAccount.Variable" = "OctoterraApply.Azure.Account"
"Octopus.Action.AzureAccount.Variable" = "#{OctoterraApply.Azure.Account}"
"OctoterraApply.Octopus.ServerUrl" = "#{Octopus.Destination.Server}"
"OctoterraApply.Octopus.ApiKey" = "#{Octopus.Destination.ApiKey}"
"OctoterraApply.Octopus.SpaceID" = "#{Octopus.Destination.SpaceID}"
Expand Down
2 changes: 1 addition & 1 deletion internal/steps/modules/space_management/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ resource "octopusdeploy_runbook_process" "deploy_space_azure" {
"Octopus.Action.Aws.AssumeRole" = "False"
"Octopus.Action.Terraform.TemplateDirectory" = "space_population"
"Octopus.Action.GoogleCloud.ImpersonateServiceAccount" = "False"
"Octopus.Action.AzureAccount.Variable" = "OctoterraApply.Azure.Account"
"Octopus.Action.AzureAccount.Variable" = "#{OctoterraApply.Azure.Account}"
"OctoterraApply.Octopus.ServerUrl" = "#{Octopus.Destination.Server}"
"OctoterraApply.Octopus.ApiKey" = "#{Octopus.Destination.ApiKey}"
"OctoterraApply.Octopus.SpaceID" = "#{Octopus.Destination.SpaceID}"
Expand Down

0 comments on commit b06d32c

Please sign in to comment.