Adam Cousins
Adam Cousins
Refactor code to support latest ansible version and correct role definitions to allow for variable overrides.
When defining a stackset resource in the manifest.yaml file, I have the following: manifest.yaml ``` - name: baseline-vpc template_file: templates/network/vpc.yaml parameter_file: parameters/network/oregon/vpc.json deploy_method: stack_set deploy_to_ou: - NonProduction - Production deploy_to_account:...
When i modify or add the ssm_parameters: key for outputs of the stack_sets and there is no action required on the stack set, the pipeline will fail upon the next...