diff --git a/modules/vpc-network/variables.tf b/modules/vpc-network/variables.tf index 3ce9c4b..f1ef02a 100644 --- a/modules/vpc-network/variables.tf +++ b/modules/vpc-network/variables.tf @@ -60,7 +60,7 @@ variable "secondary_cidr_subnetwork_spacing" { } variable "log_config" { - description = "The logging options for the subnetwork flow logs. See https://www.terraform.io/docs/providers/google/r/compute_subnetwork.html for more information and examples." + description = "The logging options for the subnetwork flow logs. Setting this value to `null` will disable them. See https://www.terraform.io/docs/providers/google/r/compute_subnetwork.html for more information and examples." type = object({ aggregation_interval = string flow_sampling = number