Skip to content

Commit 189bce1

Browse files
committed
remove application tag
1 parent 1e8423e commit 189bce1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

main.tf

+2
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ data "aws_route_tables" "main" {
9898

9999
filter {
100100
name = "tag:Application"
101+
values = [var.environment]
102+
101103
}
102104
}
103105

variables.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ variable "name" {
77
}
88

99
variable "repository" {
10-
type = string
11-
default = "https://github.com/clouddrove/terraform-aws-transit-gateway"
10+
type = string
11+
default = "https://github.com/clouddrove/terraform-aws-transit-gateway"
1212
description = "Terraform current module repo"
1313

1414
}

0 commit comments

Comments
 (0)