Skip to content

Commit

Permalink
spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshasselberg committed Jun 17, 2021
1 parent 9ca1155 commit e0837dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/resource_consul_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e0837dc

Please sign in to comment.