-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsamconfig.toml
More file actions
33 lines (31 loc) · 820 Bytes
/
samconfig.toml
File metadata and controls
33 lines (31 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
version = 0.1
[sand]
[sand.deploy]
[sand.deploy.parameters]
stack_name = "cloudfront-private-access-sand"
resolve_s3 = true
s3_prefix = "cloudfront-private-access-sand"
region = "us-east-1"
confirm_changeset = false
disable_rollback = true
capabilities = ["CAPABILITY_IAM", "CAPABILITY_AUTO_EXPAND"]
image_repositories = []
parameter_overrides = [
"EnvironmentName=\"sand\"",
"AllowedIps=\"192.168.0.1\"",
]
[prod]
[prod.deploy]
[prod.deploy.parameters]
stack_name = "cloudfront-private-access-prod"
resolve_s3 = true
s3_prefix = "cloudfront-private-access-prod"
region = "us-east-1"
confirm_changeset = false
disable_rollback = false
capabilities = ["CAPABILITY_IAM", "CAPABILITY_AUTO_EXPAND"]
image_repositories = []
parameter_overrides = [
"EnvironmentName=\"prod\"",
"AllowedIps=\"192.168.0.1\"",
]