From da1b1857d96b60cf6531fa3787a0ccfbffffa129 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:29:17 -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" } }