Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWoolfenden committed Jun 8, 2021
1 parent 41e7cce commit 74d9ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ output "vpc_endpoint_ec2messages" {
}

output "vpc_endpoint_ssmmessages" {
value = ws_vpc_endpoint.ssmmessages.*.id
value = aws_vpc_endpoint.ssmmessages.*.id
}

output "vpc_endpoint_s3" {
Expand Down

0 comments on commit 74d9ce8

Please sign in to comment.