From e0837dc6f425ec028e1d0db4ebd4898b65f5780d Mon Sep 17 00:00:00 2001 From: i0rek Date: Thu, 17 Jun 2021 21:22:48 +0200 Subject: [PATCH] spaces --- internal/provider/resource_consul_cluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/provider/resource_consul_cluster.go b/internal/provider/resource_consul_cluster.go index 12c6ed068..e13de3d17 100644 --- a/internal/provider/resource_consul_cluster.go +++ b/internal/provider/resource_consul_cluster.go @@ -68,7 +68,7 @@ func resourceConsulCluster() *schema.Resource { ValidateDiagFunc: validateSlugID, }, "tier": { - Description: "The tier that the HCP Consul cluster will be provisioned as. Only `development`, `standard` and `plus` are available at this time. See [pricing information](https://cloud.hashicorp.com/pricing/consul).", + Description: "The tier that the HCP Consul cluster will be provisioned as. Only `development`, `standard` and `plus` are available at this time. See [pricing information](https://cloud.hashicorp.com/pricing/consul).", Type: schema.TypeString, Required: true, ForceNew: true,