Skip to content

Commit

Permalink
Not all null now
Browse files Browse the repository at this point in the history
  • Loading branch information
akatrevorjay committed May 14, 2019
1 parent 8c53ede commit 4e79844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions peer/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ variable "requester_allow_to_remote_classic_link" {
variable "requester_vpc_id" {
type = string
description = "The ID of the requester VPC."
default = null
default = ""
}

variable "vpc_peering_connection_id" {
type = string
description = "The VPC Peering Connection ID to manage."
default = null
default = ""
}

0 comments on commit 4e79844

Please sign in to comment.