Skip to content

Commit 2977d6c

Browse files
committed
fix(resource): modify virtual_router_offering public_network_uuid schema attribute to option
1 parent ee0c87d commit 2977d6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zstack/provider/resource_zstack_virtual_router_offering.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ func (r *virtualRouterOfferingResource) Schema(_ context.Context, req resource.S
208208
Description: "The UUID of the management network associated with the virtual router offering. This is a mandatory field.",
209209
},
210210
"public_network_uuid": schema.StringAttribute{
211-
Required: true,
211+
Optional: true,
212212
Description: "The UUID of the public network associated with the virtual router offering. If not specified, it will share the same network UUID as the management network or vice versa, depending on the configuration.",
213213
},
214214
"zone_uuid": schema.StringAttribute{

0 commit comments

Comments
 (0)