You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="Set the order that Firewall Rules and Firewall Policies are evaluated. Valid values are `BEFORE_CLASSIC_FIREWALL` and `AFTER_CLASSIC_FIREWALL`. (default null or equivalent to `AFTER_CLASSIC_FIREWALL`)"
79
79
}
80
+
81
+
variable"network_profile" {
82
+
type=string
83
+
default=null
84
+
description=<<-EOT
85
+
"A full or partial URL of the network profile to apply to this network.
86
+
This field can be set only at resource creation time. For example, the
description="Set the order that Firewall Rules and Firewall Policies are evaluated. Valid values are `BEFORE_CLASSIC_FIREWALL` and `AFTER_CLASSIC_FIREWALL`. (default null or equivalent to `AFTER_CLASSIC_FIREWALL`)"
201
201
}
202
+
203
+
variable"network_profile" {
204
+
type=string
205
+
default=null
206
+
description=<<-EOT
207
+
"A full or partial URL of the network profile to apply to this network.
208
+
This field can be set only at resource creation time. For example, the
0 commit comments