diff --git a/example/versions.tf b/example/versions.tf index 32b8c13af..a55f82a20 100644 --- a/example/versions.tf +++ b/example/versions.tf @@ -2,7 +2,7 @@ terraform { required_providers { local = { source = "hashicorp/local" - version = "2.4.1" + version = "2.5.1" } tls = { source = "hashicorp/tls"