Skip to content

Commit

Permalink
Formatting and comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kosinsky committed Jun 9, 2020
1 parent 40f04f1 commit 49a8dcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azurerm/helpers/azure/hdinsight.go
Expand Up @@ -92,10 +92,11 @@ func SchemaHDInsightsGateway() *schema.Schema {
MaxItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
// TODO 3.0: remove this attribute.
"enabled": {
Type: schema.TypeBool,
Optional: true,
Default: true,
Default: true,
Deprecated: "HDInsight doesn't support disabling gateway anymore",
ValidateFunc: func(i interface{}, k string) (warnings []string, errors []error) {
enabled := i.(bool)
Expand Down

0 comments on commit 49a8dcf

Please sign in to comment.