Skip to content

Commit

Permalink
[QOLDEV-908] move CloudFront stacks to global region
Browse files Browse the repository at this point in the history
- CloudFront is meant to be managed globally, and WAFv2 resources are required to be in the us-east-1 region
  • Loading branch information
ThrawnCA committed Jul 8, 2024
1 parent 3600a7a commit 614307a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vars/cloudfront.var.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cloudformation_stacks:
- name: "{{ service_name }}-{{ Environment }}-CLOUDFRONT"
cloudformation_waf: "CKAN-{{ Environment }}-WAF"
state: "{{ state | default('present')}}"
region: "{{ region }}"
region: "us-east-1"
disable_rollback: 'true'
template: "{{ template }}"
template_jinja: "{{ template }}.j2"
Expand Down
2 changes: 1 addition & 1 deletion vars/waf_web_acl.var.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cloudformation_stacks:
- name: "CKAN-{{ Environment }}-WAF"
state: "{{ state | default('present')}}"
region: "{{ region }}"
region: "us-east-1"
disable_rollback: 'true'
template: "templates/waf_web_acl.cfn.yml"
template_parameters:
Expand Down

0 comments on commit 614307a

Please sign in to comment.