We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263b09a commit 87c6e3bCopy full SHA for 87c6e3b
vpc-endpoints.tf
@@ -1286,7 +1286,7 @@ resource "aws_vpc_endpoint" "elasticbeanstalk" {
1286
data "aws_vpc_endpoint_service" "elasticbeanstalk_health" {
1287
count = var.create_vpc && var.enable_elasticbeanstalk_health_endpoint ? 1 : 0
1288
1289
- service = "elasticbeanstalk.health"
+ service = "elasticbeanstalk-health"
1290
}
1291
1292
resource "aws_vpc_endpoint" "elasticbeanstalk_health" {
0 commit comments