Skip to content

Commit

Permalink
chore(deps): update terraform cloudflare to v4.31.0 (#589)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent 34dd02d commit e6f2472
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
60 changes: 30 additions & 30 deletions terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ terraform {
}
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.30.0"
version = "4.31.0"
}
aws = {
source = "hashicorp/aws"
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/cloudflare/dns/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.30.0"
version = "4.31.0"
}
}
}
Expand Down

0 comments on commit e6f2472

Please sign in to comment.