Skip to content

Commit

Permalink
Merge pull request #69 from HewlettPackard/fixes
Browse files Browse the repository at this point in the history
Fixes the scope Id Error
  • Loading branch information
reubenur-rahman authored Feb 12, 2024
2 parents a3fb4ad + 2a36b78 commit 7d6b604
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 7d6b604

Please sign in to comment.