Skip to content

Commit

Permalink
chore(deps): update terraform cloudflare to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 30, 2024
1 parent 95031a4 commit d893c45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/scaffold/testdata/update/backend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "~>2.17"
version = "~> 4.0"
}
tls = {
source = "hashicorp/tls"
Expand Down
2 changes: 1 addition & 1 deletion pkg/scaffold/testdata/update/expected/backend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "~>2.17"
version = "~> 4.0"
}
tls = {
source = "hashicorp/tls"
Expand Down

0 comments on commit d893c45

Please sign in to comment.