Skip to content

Commit d150f03

Browse files
committed
included link to the tf resource bug in a comment
1 parent 4e426a9 commit d150f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/net-vpc-firewall/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ variable "ingress_rules" {
7171
type = map(object({
7272
deny = optional(bool, false)
7373
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
7575
disabled = optional(bool, false)
7676
enable_logging = optional(object({
7777
include_metadata = optional(bool)

0 commit comments

Comments
 (0)