Skip to content

Commit

Permalink
Add vpc_id
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-mcneil committed May 29, 2024
1 parent b10b5d3 commit 885803b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
variable "environment" {
type = string
}

variable "vpc_id" {
type = string
}

0 comments on commit 885803b

Please sign in to comment.