diff --git a/common/defaults.tf b/common/defaults.tf index 8fe66f9..cc6b5c2 100644 --- a/common/defaults.tf +++ b/common/defaults.tf @@ -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 diff --git a/common/variables.product.tf b/common/variables.product.tf index 13fa63b..a4a1317 100644 --- a/common/variables.product.tf +++ b/common/variables.product.tf @@ -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" {