Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
trodge committed Jun 24, 2020
1 parent 508f221 commit a1a6c33
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions third_party/terraform/resources/resource_runtimeconfig_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.`,
},
},
Expand Down

0 comments on commit a1a6c33

Please sign in to comment.