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:
5656 - name : Create deploy-bucket
57575858 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 }}
6161 aws_default_region : us-east-1
6262
6363 tf_action : ' apply'
64- tf_state_bucket_destroy : true
64+ tf_state_bucket_destroy : true # If destroying, will remove the bucket
6565
6666 aws_spa_cdn_enabled : true
6767
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
7069 aws_r53_sub_domain_name : spa
70+ aws_r53_create_sub_cert : true # Will create and validate a cert for this sub-domain
7171` ` `
7272
7373## Customizing
You can’t perform that action at this time.
0 commit comments