Skip to content

Commit

Permalink
fix: removing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bw-henry-he committed Aug 9, 2023
1 parent b64fe4a commit 2dbbb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requester.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ data "aws_vpc" "requester" {
count = local.count
provider = "aws.requester"
id = var.requester_vpc_id
tags = var.requester_vpc_tags
}

# Lookup requester subnets
Expand All @@ -76,7 +77,6 @@ data "aws_subnets" "requester" {
name = "vpc-id"
values = [local.requester_vpc_id]
}
tags = var.requester_subnet_tags
}

locals {
Expand Down

0 comments on commit 2dbbb96

Please sign in to comment.