Skip to content

Commit

Permalink
Improve coding style.
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman-mk committed Jul 6, 2020
1 parent 6c9e370 commit dcb2708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
data "aws_caller_identity" "current" {}

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

data aws_availability_zone runners {
data "aws_availability_zone" "runners" {
name = data.aws_subnet.runners.availability_zone
}

Expand Down

0 comments on commit dcb2708

Please sign in to comment.