Skip to content

Commit 3899ad5

Browse files
authored
chore(instance): remove disable_public_ip field (#667)
1 parent 0209b56 commit 3899ad5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scaleway/resource_instance_server.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -221,13 +221,6 @@ func resourceScalewayInstanceServer() *schema.Resource {
221221
"zone": zoneSchema(),
222222
"organization_id": organizationIDSchema(),
223223
"project_id": projectIDSchema(),
224-
225-
// Deprecated and removed.
226-
"disable_public_ip": {
227-
Type: schema.TypeBool,
228-
Optional: true,
229-
Default: false,
230-
},
231224
},
232225
}
233226
}

0 commit comments

Comments
 (0)