Skip to content

Commit ad0b9a3

Browse files
authored
fix: Fix wrong ACM PCA output (#450)
1 parent 2ea46b3 commit ad0b9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@ output "vpc_endpoint_access_analyzer_dns_entry" {
12691269

12701270
output "vpc_endpoint_acm_pca_id" {
12711271
description = "The ID of VPC endpoint for ACM PCA"
1272-
value = concat(aws_vpc_endpoint.access_analyzer.*.id, [""])[0]
1272+
value = concat(aws_vpc_endpoint.acm_pca.*.id, [""])[0]
12731273
}
12741274

12751275
output "vpc_endpoint_acm_pca_network_interface_ids" {

0 commit comments

Comments
 (0)