Skip to content

Commit 59888f1

Browse files
committed
fixed typo
1 parent 8ed5f4a commit 59888f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

endpoints.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ resource "aws_vpc_endpoint" "remote_metastores" {
4343
data "external" "endpoint_dnsnames" {
4444
count = "${length(var.remote_metastores)}"
4545
program = ["bash", "${path.module}/scripts/endpoint_dns_name.sh", "${aws_vpc_endpoint.remote_metastores.*.id[count.index]}", "${var.aws_region}"]
46-
depends_on = ["aws_vpc_endpoint.remote_metastores"] #without explicit dependency, adding additional remote metastores, see https://github.com/ExpediaGroup/apiary-federation/issues/36.
46+
depends_on = ["aws_vpc_endpoint.remote_metastores"] #without explicit dependency, adding additional remote metastores fails, see https://github.com/ExpediaGroup/apiary-federation/issues/36.
4747
}
4848

4949
data "template_file" "remote_metastores_yaml" {

0 commit comments

Comments
 (0)