Commit 87c6e3b1 authored by Xaaris's avatar Xaaris Committed by GitHub

fix: InvalidServiceName for elasticbeanstalk_health (#484)

parent 263b09a4
...@@ -1286,7 +1286,7 @@ resource "aws_vpc_endpoint" "elasticbeanstalk" { ...@@ -1286,7 +1286,7 @@ resource "aws_vpc_endpoint" "elasticbeanstalk" {
data "aws_vpc_endpoint_service" "elasticbeanstalk_health" { data "aws_vpc_endpoint_service" "elasticbeanstalk_health" {
count = var.create_vpc && var.enable_elasticbeanstalk_health_endpoint ? 1 : 0 count = var.create_vpc && var.enable_elasticbeanstalk_health_endpoint ? 1 : 0
service = "elasticbeanstalk.health" service = "elasticbeanstalk-health"
} }
resource "aws_vpc_endpoint" "elasticbeanstalk_health" { resource "aws_vpc_endpoint" "elasticbeanstalk_health" {
......
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