Skip to content

Commit

Permalink
Add type to resource schema
Browse files Browse the repository at this point in the history
  • Loading branch information
asaha2 committed Sep 18, 2023
1 parent 9aa889b commit bd41fda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions digitalocean/loadbalancer/resource_loadbalancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,11 @@ func resourceDigitalOceanLoadBalancerV0() *schema.Resource {
},
},
},
"type": {
Type: schema.TypeString,
Computed: true,
Description: "the type of the load balancer (GLOBAL or REGIONAL)",
},
},
}
}
Expand Down

0 comments on commit bd41fda

Please sign in to comment.