Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support More Endpoints #369

Merged
merged 12 commits into from
May 25, 2020
Prev Previous commit
Next Next commit
Update outputs.tf
  • Loading branch information
DrFaust92 authored Apr 7, 2020
commit 44436bef7d395ef100dd2ccc8ab8d3a72ef2cdcf
1 change: 0 additions & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,6 @@ output "vpc_endpoint_cloud_directory_id" {
value = concat(aws_vpc_endpoint.cloud_directory.*.id, [""])[0]
}


output "vpc_endpoint_cloud_directory_network_interface_ids" {
description = "One or more network interfaces for the VPC Endpoint for Cloud Directory."
value = flatten(aws_vpc_endpoint.cloud_directory.*.network_interface_ids)
Expand Down