Skip to content

Commit

Permalink
Update Terraform cloudflare to v4.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 0faf888 commit 8689fb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/hogsmeade/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.42.0"
version = "4.43.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/prod-eu-central/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {

cloudflare = {
source = "cloudflare/cloudflare"
version = "4.42.0"
version = "4.43.0"
}
}
}
Expand Down

0 comments on commit 8689fb6

Please sign in to comment.