Skip to content

Commit

Permalink
updating vpc_name to vpc_id
Browse files Browse the repository at this point in the history
  • Loading branch information
petercort committed Jun 23, 2023
1 parent 36786bb commit 0f670b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ variable "name" {
default = null
}

variable "vpc_name" {
variable "vpc_id" {
type = string
description = "Name of the VPC to attach to."
default = null
Expand Down

0 comments on commit 0f670b2

Please sign in to comment.