Skip to content

Commit

Permalink
fix: Adds defaults to vpc_id and subnet_id variables
Browse files Browse the repository at this point in the history
  • Loading branch information
gabebatista committed Oct 16, 2024
1 parent 92749df commit ad07d47
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ variable "region" {

variable "vpc_id" {
type = string
default = null
}

variable "subnet_id" {
type = string
default = null
}

variable "associate_public_ip_address" {
Expand Down

0 comments on commit ad07d47

Please sign in to comment.