included link to the tf resource bug in a comment

This commit is contained in:
ajlopezn
2023-04-11 11:30:12 +00:00
parent 4e426a990a
commit d150f03b41

View File

@@ -71,7 +71,7 @@ variable "ingress_rules" {
type = map(object({ type = map(object({
deny = optional(bool, false) deny = optional(bool, false)
description = optional(string) description = optional(string)
destination_ranges = optional(list(string), []) # empty list is needed as default to allow deletion after initial creation with a value 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
disabled = optional(bool, false) disabled = optional(bool, false)
enable_logging = optional(object({ enable_logging = optional(object({
include_metadata = optional(bool) include_metadata = optional(bool)