Skip to content
1 change: 0 additions & 1 deletion internal/service/ipam/model_ipamsvc_address.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ var IpamsvcAddressResourceSchemaAttributes = map[string]schema.Attribute{
},
"compartment_id": schema.StringAttribute{
Computed: true,
Default: stringdefault.StaticString(""),
Comment thread
unasra marked this conversation as resolved.
MarkdownDescription: "The compartment associated with the object. If no compartment is associated with the object, the value defaults to empty.",
},
"created_at": schema.StringAttribute{
Expand Down
1 change: 0 additions & 1 deletion internal/service/ipam/model_ipamsvc_address_block.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ var IpamsvcAddressBlockResourceSchemaAttributes = map[string]schema.Attribute{
"compartment_id": schema.StringAttribute{
Optional: true,
Computed: true,
Default: stringdefault.StaticString(""),
MarkdownDescription: "The compartment associated with the object. If no compartment is associated with the object, the value defaults to empty.",
},
"created_at": schema.StringAttribute{
Expand Down
3 changes: 1 addition & 2 deletions internal/service/ipam/model_ipamsvc_subnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ var IpamsvcSubnetResourceSchemaAttributes = map[string]schema.Attribute{
MarkdownDescription: "The description for the subnet. May contain 0 to 1024 characters. Can include UTF-8.",
},
"compartment_id": schema.StringAttribute{
Computed: true,
Default: stringdefault.StaticString(""),
Computed: true,
Comment thread
unasra marked this conversation as resolved.
MarkdownDescription: "The compartment associated with the object. If no compartment is associated with the object, the value defaults to empty.",
},
"config_profiles": schema.ListAttribute{
Expand Down