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 18, 2024
1 parent 9f8e7b7 commit bb22428
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 bb22428

Please sign in to comment.