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
Copy file name to clipboardExpand all lines: modules/net-vpc-firewall/variables.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ variable "ingress_rules" {
71
71
type=map(object({
72
72
deny =optional(bool, false)
73
73
description =optional(string)
74
-
destination_ranges =optional(list(string), []) # empty list is needed as default to allow deletion after initial creation with a value
74
+
destination_ranges =optional(list(string), []) # empty list is needed as default to allow deletion after initial creation with a value. See https://github.com/hashicorp/terraform-provider-google/issues/14270
0 commit comments