Skip to content

Commit

Permalink
live vpc (#101)
Browse files Browse the repository at this point in the history
* live-vpc
  • Loading branch information
razvan-moj authored May 13, 2021
1 parent e9e4540 commit 97ecec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data "aws_region" "current" {}
data "aws_vpc" "selected" {
filter {
name = "tag:Name"
values = [var.cluster_name]
values = [var.cluster_name == "live" ? "live-1" : var.cluster_name]
}
}

Expand Down

0 comments on commit 97ecec9

Please sign in to comment.