We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8260d90 commit ef3ea54Copy full SHA for ef3ea54
mws/resource_workspace.go
@@ -67,7 +67,7 @@ type GCPCommonNetworkConfig struct {
67
68
type GCPNetwork struct {
69
NetworkID string `json:"network_id,omitempty"`
70
- GCPManagedNetworkConfig *GCPManagedNetworkConfig `json:"gcp_managed_network_config"`
+ GCPManagedNetworkConfig *GCPManagedNetworkConfig `json:"gcp_managed_network_config,omitempty"`
71
GCPCommonNetworkConfig *GCPCommonNetworkConfig `json:"gcp_common_network_config"`
72
}
73
0 commit comments