Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Sep 20, 2024
1 parent bf9ef64 commit 68f74c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accepter.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ data "aws_vpc" "accepter" {
count = local.accepter_count
provider = aws.accepter
id = var.accepter_vpc_id
tags = var.accepter_vpc_tags
# tags = var.accepter_vpc_tags
}

# Lookup accepter subnets
Expand Down

0 comments on commit 68f74c5

Please sign in to comment.