From fa1cfa80414d2dc97226e5873cd4d52ea9be33c6 Mon Sep 17 00:00:00 2001 From: Brandon Croft Date: Thu, 8 Aug 2024 14:45:08 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fae4da38..d26921471 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Declare the provider in your configuration and `terraform init` will automatical terraform { required_providers { tfe = { - version = "~> 0.57.0" + version = "~> 0.58.0" } } } @@ -45,7 +45,7 @@ The above snippet using `required_providers` is for Terraform 0.13+; if you are ```hcl provider "tfe" { - version = "~> 0.57.0" + version = "~> 0.58.0" ... } ```