Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
[skip ci] improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
robmorgan committed Apr 2, 2020
1 parent 8be516a commit 1ecef5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/vpc-network/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ecef5e

Please sign in to comment.