Skip to content

Commit

Permalink
Adding VPC ID parameter
Browse files Browse the repository at this point in the history
VPC ID needed for ALB target group setup
  • Loading branch information
msglover authored Dec 8, 2021
1 parent 96b565e commit cc1f2b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/webcms/shared.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#region VPC

data "aws_ssm_parameter" "vpc_id" {
name = "/webcms/${var.environment}/vpc/id"
}

data "aws_ssm_parameter" "private_subnets" {
name = "/webcms/${var.environment}/vpc/private-subnets"
}
Expand Down

0 comments on commit cc1f2b5

Please sign in to comment.