Skip to content

Commit

Permalink
Ignore the AWS account
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Jul 28, 2024
1 parent 120823f commit 06094a9
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 @@ -210,7 +210,7 @@ resource "octopusdeploy_runbook_process" "runbook" {
"SerializeProject.Exported.Project.IgnoreAllChanges" = "True"
"SerializeProject.ThisInstance.Api.Key" = "#{Octopus.Source.ApiKey}"
"SerializeProject.Exported.Project.IncludeStepTemplates" = "True"
"SerializeProject.Exported.Project.IgnoredAccounts" = "Octoterra AWS Account"
"SerializeProject.Exported.Project.IgnoredAccounts" = "Octoterra AWS Account,Octoterra Azure Account"
"SerializeProject.Exported.Project.ExcludeCacProjectValues" = "True"
"SerializeProject.Exported.Project.LookupProjectLinkTenants" = "True"
}
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 @@ -421,7 +421,7 @@ resource "octopusdeploy_runbook_process" "runbook" {
"SerializeSpace.ThisInstance.Server.Url" = "#{Octopus.Source.Server}"
"Octopus.Action.Template.Id" = var.octopus_serialize_actiontemplateid
"SerializeSpace.Exported.Space.IncludeStepTemplates" = "True"
"SerializeSpace.Exported.Space.IgnoredAccounts" = "Octoterra AWS Account"
"SerializeSpace.Exported.Space.IgnoredAccounts" = "Octoterra AWS Account,Octoterra Azure Account"
}
environments = []
excluded_environments = []
Expand Down

0 comments on commit 06094a9

Please sign in to comment.