Skip to content

Commit

Permalink
remove default for vpc_name and pass it in
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Feb 12, 2026
1 parent bc47380 commit aac75a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/defaults.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
vpc_id = data.aws_vpc.vpc.id
subnet_ids = data.aws_subnets.subnets.ids

# Portfolio ID is required - must be provided via var.portfolio_id
portfolio_id = var.portfolio_id

Expand Down
2 changes: 1 addition & 1 deletion common/variables.product.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ variable "timeout_delete" {
variable "vpc_name" {
description = "Name tag of the VPC to deploy into"
type = string
default = "vpc2-csvd-dev"
default = ""
}

variable "subnets_name" {
Expand Down

0 comments on commit aac75a1

Please sign in to comment.