Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jun 1, 2021
1 parent fd89d1a commit 59814e8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion peer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ No requirements.

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | n/a |
| <a name="provider_aws.peer"></a> [aws.peer](#provider\_aws.peer) | n/a |
| <a name="provider_aws.self"></a> [aws.self](#provider\_aws.self) | n/a |

Expand Down
1 change: 1 addition & 0 deletions peer/data.peer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ data "aws_network_acls" "default_peer_network_acls" {
}

data "aws_subnet" "peer_subnets" {
provider = aws.peer
for_each = toset(local.peer_subnet_associations)
id = each.key
}
1 change: 1 addition & 0 deletions peer/data.self.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ data "aws_network_acls" "default_self_network_acls" {
}

data "aws_subnet" "self_subnets" {
provider = aws.self
for_each = toset(local.self_subnet_associations)
id = each.key
}

0 comments on commit 59814e8

Please sign in to comment.