Skip to content

Commit

Permalink
Bump required terraform version to 1.3.0 due to use of optional in va…
Browse files Browse the repository at this point in the history
…riable objects
  • Loading branch information
bryanhorstmann committed Dec 21, 2023
1 parent 4c623bc commit b053497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.0.0"
required_version = ">= 1.3.0"

required_providers {
cloudflare = {
Expand Down

0 comments on commit b053497

Please sign in to comment.