From 2a36b78ce21b4e9c84c983cfca43c7ad0dd8e56b Mon Sep 17 00:00:00 2001 From: manjunath-batakurki Date: Mon, 12 Feb 2024 02:59:57 -0800 Subject: [PATCH] Fixes the scope Id Error --- pkg/models/networks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/models/networks.go b/pkg/models/networks.go index fbb0624..0352717 100644 --- a/pkg/models/networks.go +++ b/pkg/models/networks.go @@ -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"`