Skip to content

Commit f96e59c

Browse files
committed
fix typo
1 parent c1c3736 commit f96e59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ output "vpc_endpoint_ssmmessages_id" {
300300
}
301301

302302
output "vpc_endpoint_ssmmessages_network_interface_ids" {
303-
description = "One or more network interfaces for the VPC Endpoint for SSMMESSAGS."
303+
description = "One or more network interfaces for the VPC Endpoint for SSMMESSAGES."
304304
value = "${flatten(aws_vpc_endpoint.ssmmessages.*.network_interface_ids)}"
305305
}
306306

0 commit comments

Comments
 (0)