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

Commit

Permalink
run terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
robmorgan committed Apr 2, 2020
1 parent b58bfd4 commit 8c3dd1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/vpc-network/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ variable "secondary_cidr_subnetwork_spacing" {

variable "log_config" {
description = "The logging options for the subnetwork flow logs."
type = object({
type = object({
aggregation_interval = string
flow_sampling = number
metadata = string
})
default = null
default = null
}

variable allowed_public_restricted_subnetworks {
Expand Down

0 comments on commit 8c3dd1d

Please sign in to comment.