Skip to content

Commit

Permalink
fix: the filter for searching by ipam pool id was incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Apr 8, 2024
1 parent 88f9ad6 commit cccd572
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 @@ -24,7 +24,7 @@ data "aws_vpc_ipam_pool" "current" {
for_each = var.ipam_pool_id != "" ? [1] : []

content {
name = "id"
name = "ipam-pool-id"
values = [var.ipam_pool_id]
}
}
Expand Down

0 comments on commit cccd572

Please sign in to comment.