Skip to content

Commit 07cf7a2

Browse files
Update Terraform cloudflare to v5
1 parent 05cd0b3 commit 07cf7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ terraform {
1313

1414
cloudflare = {
1515
source = "cloudflare/cloudflare"
16-
version = "4.52.0" # to be upgraded to v5, but currently, v5 has a lot of issues in github (and docs are not very good)
16+
version = "5.6.0" # to be upgraded to v5, but currently, v5 has a lot of issues in github (and docs are not very good)
1717
}
1818
}
1919
}

0 commit comments

Comments
 (0)