included link to the tf resource bug in a comment
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user