We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a8e1e commit a5ee223Copy full SHA for a5ee223
oci/load_balancer_load_balancer_resource.go
@@ -87,7 +87,6 @@ func LoadBalancerLoadBalancerResource() *schema.Resource {
87
"reserved_ips": {
88
Type: schema.TypeList,
89
Optional: true,
90
- Computed: true,
91
ForceNew: true,
92
Elem: &schema.Resource{
93
Schema: map[string]*schema.Schema{
0 commit comments