Skip to content

Commit 89eaac0

Browse files
committed
update path for config
Signed-off-by: Sammy Huang <sammy.huang@zilliz.com>
1 parent c4c1833 commit 89eaac0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/aws_byoc/aws_iam/cross-account-role.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
data "aws_caller_identity" "current" {}
22

33
locals {
4-
config = yamldecode(file("${path.module}/../conf.yaml"))
4+
config = yamldecode(file("${path.module}/../../conf.yaml"))
55
}
66

77
resource "aws_iam_role" "cross_account_role" {

modules/aws_byoc/aws_vpc/private_link.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
data aws_caller_identity "current" {}
22

33
locals {
4-
config = yamldecode(file("${path.module}/../conf.yaml"))
4+
config = yamldecode(file("${path.module}/../../conf.yaml"))
55
}
66

77
resource "aws_vpc_endpoint" "byoc_endpoint" {

0 commit comments

Comments
 (0)