Skip to content

Commit 7a5f02f

Browse files
committed
fix sg data resource lookup
1 parent 4bba6c6 commit 7a5f02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/modules/backend-api/data_vpc_account_vpc.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ data "aws_security_group" "account_vpc_sg_allow_sftp_egress" {
1919
vpc_id = data.aws_vpc.account_vpc.id
2020

2121
tags = {
22-
Name = "${data.aws_vpc.account_vpc.tags["Project"]}-${data.aws_vpc.account_vpc.tags["Environment"]}-acct-vpc-sftp-egress"
22+
Name = "${data.aws_vpc.account_vpc.tags["Project"]}-${data.aws_vpc.account_vpc.tags["Environment"]}-acct-sftp-egress"
2323
}
2424
}

0 commit comments

Comments
 (0)