Skip to content

Commit

Permalink
Use correct variable for runner subnet.
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman-mk committed Jul 6, 2020
1 parent dcb2708 commit cd62a9f
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
@@ -1,7 +1,7 @@
data "aws_caller_identity" "current" {}

data "aws_subnet" "runners" {
id = element(var.subnet_ids, 0)
id = element(var.subnet_id_runners, 0)
}

data "aws_availability_zone" "runners" {
Expand Down

0 comments on commit cd62a9f

Please sign in to comment.