From 4ce40829fd2bafc653bb3a2b13e5a952293de64d Mon Sep 17 00:00:00 2001 From: nikchern Date: Wed, 23 Aug 2023 00:23:33 -0700 Subject: [PATCH] Update main.tf with provider version --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 0d100fc..1b02fc3 100644 --- a/main.tf +++ b/main.tf @@ -1,7 +1,7 @@ terraform { required_providers { spectrocloud = { - version = "~> 0.11.7" + version = "~> 0.11.9" source = "spectrocloud/spectrocloud" } }