This repository was archived by the owner on May 16, 2024. It is now read-only.

Description
We use standardized pipelines to deploy CloudFormation templates, which includes also configuring advanced settings like a different RoleArn.
It would be helpful if there was a way to have gdeploy output the relevant CloudFormation parameters, without actually triggering the deployment.
Ab examples of what the output could like like:
{
"Meta": {
"Account": "123456789012",
"Region": "ap-southeast-2",
}
"CloudFormation": {
"StackName": "stack-name-here",
"TemplateURL": "https://granted-releases-ap-southeast-2.s3.amazonaws.com/v0.15.13/Granted.template.json",
"Parameters": [
"ParameterKey": "CognitoDomainPrefix",
"ParameterValue": "common-fate-login-cfdemo"
],
"Tags": []
}
}