-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsamconfig.toml
More file actions
38 lines (35 loc) · 1.21 KB
/
samconfig.toml
File metadata and controls
38 lines (35 loc) · 1.21 KB
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
34
35
36
37
38
version = 0.1
[default]
[default.deploy]
[default.deploy.parameters]
stack_name = "wordpress-protected-s3-assets-jaydub"
tags = "Service=\"websites\" Function=\"wordpress\" Project=\"bu-wp-to-cloud\" Landscape=\"dev\""
s3_bucket = "aws-sam-cli-managed-dev-pi-artifactsloggingbucket-mk5y62po4loh"
s3_prefix = "wordpress-protected-s3-assets-jaydub"
region = "us-east-1"
capabilities = "CAPABILITY_IAM CAPABILITY_NAMED_IAM"
disable_rollback = false
image_repositories = []
[prod]
[prod.deploy]
[prod.deploy.parameters]
region = "us-east-1"
capabilities = "CAPABILITY_IAM CAPABILITY_NAMED_IAM CAPABILITY_AUTO_EXPAND"
disable_rollback = false
stack_name = "wordpress-protected-s3-assets-prod"
confirm_changeset = false
resolve_s3 = true
tags = "Service=\"websites\" Function=\"wordpress\" Project=\"bu-wp-to-cloud\" Landscape=\"prod\""
image_repositories = []
no-prompts = true
[dev]
[dev.deploy]
[dev.deploy.parameters]
stack_name = "wordpress-protected-s3-dev"
resolve_s3 = true
tags = "Service=\"websites\" Function=\"wordpress\" Project=\"bu-wp-to-cloud\" Landscape=\"dev\""
s3_prefix = "wordpress-protected-s3-dev"
region = "us-east-1"
confirm_changeset = false
capabilities = "CAPABILITY_IAM CAPABILITY_NAMED_IAM"
image_repositories = []