From 617fa13cb3b92b85aef53c361098687dc32e2997 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 15:30:42 -0400 Subject: [PATCH] Formatting fix --- provider.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider.tf b/provider.tf index af469a5..256ae39 100644 --- a/provider.tf +++ b/provider.tf @@ -17,7 +17,7 @@ terraform { required_providers { solacebroker = { - source = "registry.terraform.io/solaceproducts/solacebroker" + source = "registry.terraform.io/solaceproducts/solacebroker" version = "~> 0.9" } }