07444eed07
The task to add the RootStackName parameter to plan-environment.yaml in the plan was only in the create_deployment_plan workflow. This patch also adds it to the update_deployment_plan workflow so that the parameter will be present in the environment for both stack create and update. Change-Id: I560eaff21c22d2ab70c657b35a3d43a76003e6ba Closes-Bug: #1853362
6 lines
174 B
YAML
6 lines
174 B
YAML
---
|
|
fixes:
|
|
- The RootStackName parameter is now added to the plan in
|
|
plan-environment.yaml on both stack create and update. Previously it was
|
|
only added on create.
|