Skip to content

Commit cf37c8a

Browse files
committed
Update AWS provider + Ignore WAF for now
1 parent fa75559 commit cf37c8a

File tree

3 files changed

+29
-26
lines changed

3 files changed

+29
-26
lines changed

infrastructure/applications/.terraform.lock.hcl

Lines changed: 24 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infrastructure/applications/cluster/cloudfront.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ resource "aws_cloudfront_distribution" "application" {
8282
restriction_type = "none"
8383
}
8484
}
85+
86+
lifecycle {
87+
ignore_changes = [web_acl_id]
88+
}
8589
}
8690

8791
output "cf_domain_name" {

infrastructure/applications/config.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "5.82.2"
5+
version = "6.26.0"
66
configuration_aliases = [aws.us]
77
}
88
}

0 commit comments

Comments
 (0)