Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
shirabendor-quali authored Jul 25, 2021
1 parent 9a5e909 commit baee4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aws-document-db/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ provider "aws" {
# Get VPC by sandbox id
data "aws_vpc" "sandbox_vpc" {
filter {
name = "tag:toque-sandbox-id"
name = "tag:torque-sandbox-id"
values = ["${var.SANDBOX_ID}"]
}
}
Expand Down

0 comments on commit baee4c5

Please sign in to comment.