Skip to content

Commit

Permalink
Add retry to serialize steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Jul 29, 2024
1 parent 97a3cf5 commit 0cad3de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/steps/modules/project_management/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ resource "octopusdeploy_runbook_process" "runbook" {
"SerializeProject.Exported.Project.IgnoredAccounts" = "Octoterra AWS Account,Octoterra Azure Account"
"SerializeProject.Exported.Project.ExcludeCacProjectValues" = "True"
"SerializeProject.Exported.Project.LookupProjectLinkTenants" = "True"
"Octopus.Action.AutoRetry.MaximumCount" = "3"
}
environments = []
excluded_environments = []
Expand Down
1 change: 1 addition & 0 deletions internal/steps/modules/space_management/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ resource "octopusdeploy_runbook_process" "runbook" {
"Octopus.Action.Template.Id" = var.octopus_serialize_actiontemplateid
"SerializeSpace.Exported.Space.IncludeStepTemplates" = "True"
"SerializeSpace.Exported.Space.IgnoredAccounts" = "Octoterra AWS Account.*,Octoterra Azure Account.*"
"Octopus.Action.AutoRetry.MaximumCount" = "3"
}
environments = []
excluded_environments = []
Expand Down

0 comments on commit 0cad3de

Please sign in to comment.