Skip to content

Commit 206678b

Browse files
authored
Update README.md
1 parent 02f9079 commit 206678b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,18 @@ jobs:
5656
- name: Create deploy-bucket
5757
uses: bitovi/[email protected]
5858
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

0 commit comments

Comments
 (0)