File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,18 +56,18 @@ jobs:
56
56
- name : Create deploy-bucket
57
57
58
58
with :
59
- aws_access_key_id : ${{ secrets.AWS_ACCESS_KEY_ID_SANDBOX }}
60
- aws_secret_access_key : ${{ secrets.AWS_SECRET_ACCESS_KEY_SANDBOX }}
59
+ aws_access_key_id : ${{ secrets.AWS_ACCESS_KEY_ID }}
60
+ aws_secret_access_key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
61
61
aws_default_region : us-east-1
62
62
63
63
tf_action : ' apply'
64
- tf_state_bucket_destroy : true
64
+ tf_state_bucket_destroy : true # If destroying, will remove the bucket
65
65
66
66
aws_spa_cdn_enabled : true
67
67
68
- # You should own and have this domain available
69
- aws_r53_domain_name : example.com
68
+ aws_r53_domain_name : example.com # You should own and have this domain available in R53
70
69
aws_r53_sub_domain_name : spa
70
+ aws_r53_create_sub_cert : true # Will create and validate a cert for this sub-domain
71
71
` ` `
72
72
73
73
## Customizing
You can’t perform that action at this time.
0 commit comments