We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8423e commit 189bce1Copy full SHA for 189bce1
main.tf
@@ -98,6 +98,8 @@ data "aws_route_tables" "main" {
98
99
filter {
100
name = "tag:Application"
101
+ values = [var.environment]
102
+
103
}
104
105
variables.tf
@@ -7,8 +7,8 @@ variable "name" {
7
8
9
variable "repository" {
10
- type = string
11
- default = "https://github.com/clouddrove/terraform-aws-transit-gateway"
+ type = string
+ default = "https://github.com/clouddrove/terraform-aws-transit-gateway"
12
description = "Terraform current module repo"
13
14
0 commit comments