13 lines
313 B
TOML
13 lines
313 B
TOML
|
version = 0.1
|
||
|
[default.deploy.parameters]
|
||
|
stack_name = "hello-world"
|
||
|
resolve_s3 = true
|
||
|
s3_prefix = "hello-world"
|
||
|
region = "us-west-1"
|
||
|
profile = "playground"
|
||
|
confirm_changeset = true
|
||
|
capabilities = "CAPABILITY_IAM"
|
||
|
parameter_overrides = "DeployECROnly=\"false\""
|
||
|
image_repositories = []
|
||
|
resolve_image_repos = true
|