Skip to content

Commit 87c6e3b

Browse files
authored
fix: InvalidServiceName for elasticbeanstalk_health (#484)
1 parent 263b09a commit 87c6e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpc-endpoints.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ resource "aws_vpc_endpoint" "elasticbeanstalk" {
12861286
data "aws_vpc_endpoint_service" "elasticbeanstalk_health" {
12871287
count = var.create_vpc && var.enable_elasticbeanstalk_health_endpoint ? 1 : 0
12881288

1289-
service = "elasticbeanstalk.health"
1289+
service = "elasticbeanstalk-health"
12901290
}
12911291

12921292
resource "aws_vpc_endpoint" "elasticbeanstalk_health" {

0 commit comments

Comments
 (0)