Skip to content

Commit

Permalink
Fixes the scope Id Error
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunath-batakurki committed Feb 12, 2024
1 parent a3fb4ad commit 2a36b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/models/networks.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ type CreateNetwork struct {
AllowStaticOverride bool `json:"allowStaticOverride" tf:"allow_static_override"`
AppURLProxyBypass bool `json:"applianceUrlProxyBypass,omitempty" tf:"appliance_url_proxy_bypass"`
NoProxy string `json:"noProxy,omitempty" tf:"no_proxy"`
ScopeID string `json:"scopeId,omitempty" tf:"scode_id"`
ScopeID string `json:"scopeId,omitempty" tf:"scope_id"`
GroupID string `json:"-" tf:"group_id"`
ConnectedGateway string `json:"connectedGateway,omitempty" tf:"connected_gateway"`
VlanIDs string `json:"vlanIDs,omitempty" tf:"vlan_ids"`
Expand Down

0 comments on commit 2a36b78

Please sign in to comment.