File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ cloudformation_stack_template_bucket: 'aws-web-stacks-trafficstops'
9
9
cloudformation_stack_template_bucket_path : ' templates/cdn.yml'
10
10
cloudformation_stack_template_local_path : ' {{ playbook_dir + "/stack/cloudfront.yml" }}'
11
11
cloudformation_stack_template_parameters :
12
- AppCloudFrontCertArn : arn:aws:acm:us-east-1:606178775542:certificate/379950bb-4b29-4308-8418-122674fe1076
12
+ AppCloudFrontCertArn : arn:aws:acm:us-east-1:606178775542:certificate/5bcc16cb-7ca3-4277-8992-a4e20500cc0b
13
13
AppCloudFrontForwardedHeaders : " Host,Authorization"
14
14
DomainName : " {{ cloudfront_domain_name }}"
15
15
AppCloudFrontOriginDomainName : " {{ cloudfront_domain_name_origin }}"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ k8s_ingress_tls_domains_extra:
11
11
12
12
env_contact_us_emails :
13
13
- wcarpenter@forwardjustice.org
14
- env_cache_cloudfront_distribution_id : " " # TODO: Set this value once the CloudFront distribution is created
14
+ env_cache_cloudfront_distribution_id : " ERRFDXQVT6ZBM "
15
15
16
16
database_password : !vault |
17
17
$ANSIBLE_VAULT;1.1;AES256
Original file line number Diff line number Diff line change 1
1
# This Cloudformation stack template was generated by
2
2
# https://github.com/caktus/aws-web-stacks
3
- # at 2024-11-21 16:16:24.698582
3
+ # at 2025-01-14 14:14:07.595026
4
4
# with parameters:
5
5
# USE_CLOUDFRONT = on
6
6
@@ -140,7 +140,10 @@ Resources:
140
140
DefaultTTL : 86400
141
141
MaxTTL : 31536000
142
142
MinTTL : 0
143
- Name : AppCachePolicy
143
+ Name : !Join
144
+ - ' -'
145
+ - - AppCachePolicy
146
+ - !Ref ' AWS::StackName'
144
147
ParametersInCacheKeyAndForwardedToOrigin :
145
148
CookiesConfig :
146
149
CookieBehavior : none
@@ -245,4 +248,3 @@ Resources:
245
248
Value : !Ref 'AWS::StackName'
246
249
ValidationMethod : !Ref 'CertificateValidationMethod'
247
250
Type : AWS::CertificateManager::Certificate
248
-
You can’t perform that action at this time.
0 commit comments