Skip to content

Commit a5ee223

Browse files
committed
fixes load balancer reserved_ips schema
1 parent c5a8e1e commit a5ee223

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

oci/load_balancer_load_balancer_resource.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ func LoadBalancerLoadBalancerResource() *schema.Resource {
8787
"reserved_ips": {
8888
Type: schema.TypeList,
8989
Optional: true,
90-
Computed: true,
9190
ForceNew: true,
9291
Elem: &schema.Resource{
9392
Schema: map[string]*schema.Schema{

0 commit comments

Comments
 (0)