From 5c864d843c568d5754e37934b0d170ca369b84f7 Mon Sep 17 00:00:00 2001 From: yogeshtemporal Date: Wed, 5 Jun 2024 17:13:27 +1000 Subject: [PATCH] allow_insecure --- internal/provider/provider.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/provider/provider.go b/internal/provider/provider.go index d77ace3..4d0611b 100644 --- a/internal/provider/provider.go +++ b/internal/provider/provider.go @@ -66,7 +66,7 @@ in version control. We recommend passing credentials to this provider via enviro Optional: true, }, "allow_insecure": schema.BoolAttribute{ - Description: "If set to True, allows for an insecure connection to the Temporal Cloud API. It should never be set to 'true' in production and defaults to false.", + Description: "If set to True, it allows for an insecure connection to the Temporal Cloud API. This should never be set to 'true' in production and defaults to false.", Optional: true, }, },