Skip to main content

alpha.dagger.io/aws/cloudformation

AWS CloudFormation

import "alpha.dagger.io/aws/cloudformation"

cloudformation.#Stack

AWS CloudFormation Stack

cloudformation.#Stack Inputs

NameTypeDescription
config.regionstringAWS region
config.accessKeydagger.#SecretAWS access key
config.secretKeydagger.#SecretAWS secret key
config.localMode*false \| boolAWS localstack mode
sourcestringSource is the Cloudformation template (JSON/YAML string)
stackNamestringStackname is the cloudformation stack
parametersstructStack parameters
onFailure*"DO_NOTHING" \| "ROLLBACK" \| "DELETE"Behavior when failure to create/update the Stack
timeout*10 \| \>=0 & intMaximum waiting time until stack creation/update (in minutes)
neverUpdate*false \| trueNever update the stack if already exists

cloudformation.#Stack Outputs

No output.