Commit f96e59c7 authored by thebugfinder's avatar thebugfinder

fix typo

parent c1c37368
......@@ -300,7 +300,7 @@ output "vpc_endpoint_ssmmessages_id" {
}
output "vpc_endpoint_ssmmessages_network_interface_ids" {
description = "One or more network interfaces for the VPC Endpoint for SSMMESSAGS."
description = "One or more network interfaces for the VPC Endpoint for SSMMESSAGES."
value = "${flatten(aws_vpc_endpoint.ssmmessages.*.network_interface_ids)}"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment