From dc1c066b6b807f59fb56adcd1cc04b35864efd7b Mon Sep 17 00:00:00 2001 From: Justin Barksdale Date: Mon, 25 Mar 2024 08:08:10 -0400 Subject: [PATCH] Updated provider reference --- README.md | 4 ++-- providers.tf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c62fb54..2c7821a 100644 --- a/README.md +++ b/README.md @@ -133,13 +133,13 @@ module "edge-demo-module" { | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.3.0 | -| [spectrocloud](#requirement\_spectrocloud) | >= 0.16.1 | +| [spectrocloud](#requirement\_spectrocloud) | >= 0.17.4 | ## Providers | Name | Version | |------|---------| -| [spectrocloud](#provider\_spectrocloud) | >= 0.16.1 | +| [spectrocloud](#provider\_spectrocloud) | >= 0.17.4 | ## Modules diff --git a/providers.tf b/providers.tf index 8371c4e..5fe0284 100644 --- a/providers.tf +++ b/providers.tf @@ -1,7 +1,7 @@ terraform { required_providers { spectrocloud = { - version = ">= 0.16.1" + version = ">= 0.17.4" source = "spectrocloud/spectrocloud" } }