Skip to content

Commit

Permalink
Fixed name of appmesh VPC endpoint (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 authored and antonbabenko committed Sep 3, 2019
1 parent 79d3a35 commit 0e459d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vpc-endpoint.tf
Original file line number Diff line number Diff line change
Expand Up @@ -790,12 +790,12 @@ resource "aws_vpc_endpoint" "codepipeline" {
}

#######################
# VPC Endpoint for appmesh_envoy_management
# VPC Endpoint for AppMesh
#######################
data "aws_vpc_endpoint_service" "appmesh_envoy_management" {
count = "${var.create_vpc && var.enable_appmesh_envoy_management_endpoint ? 1: 0}"

service = "appmesh_envoy_management"
service = "appmesh-envoy-management"
}

resource "aws_vpc_endpoint" "appmesh_envoy_management" {
Expand Down

0 comments on commit 0e459d2

Please sign in to comment.