diff --git a/third_party/terraform/resources/resource_runtimeconfig_config.go b/third_party/terraform/resources/resource_runtimeconfig_config.go index c19f254fb952..9db05231a365 100644 --- a/third_party/terraform/resources/resource_runtimeconfig_config.go +++ b/third_party/terraform/resources/resource_runtimeconfig_config.go @@ -27,20 +27,20 @@ func resourceRuntimeconfigConfig() *schema.Resource { Required: true, ForceNew: true, ValidateFunc: validateRegexp("[0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])?"), - Description: `The name of the runtime config.`, + Description: `The name of the runtime config.`, }, "description": { - Type: schema.TypeString, - Optional: true, + Type: schema.TypeString, + Optional: true, Description: `The description to associate with the runtime config.`, }, "project": { - Type: schema.TypeString, - Optional: true, - Computed: true, - ForceNew: true, + Type: schema.TypeString, + Optional: true, + Computed: true, + ForceNew: true, Description: `The ID of the project in which the resource belongs. If it is not provided, the provider project is used.`, }, },