Skip to content

Commit 433b93d

Browse files
authored
parallel_regions will now resolve variables prior to processing (#2847)
1 parent 356f8cb commit 433b93d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runway/config/components/runway/_deployment_def.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class RunwayDeploymentDefinition(ConfigComponentDefinition[RunwayDeploymentDefin
4444
"assume_role",
4545
"env_vars",
4646
"regions",
47+
"parallel_regions",
4748
)
4849
_supports_vars: tuple[str, ...] = (
4950
"account_alias",

0 commit comments

Comments
 (0)