Skip to content

Commit 7a51933

Browse files
committed
fix output
1 parent ccec465 commit 7a51933

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
@@ -1,3 +1,3 @@
11
output "component_arn" {
2-
value = aws_cloudformation_stack.this.outputs.componentArn
2+
value = aws_cloudformation_stack.this.outputs["componentArn"]
33
}

0 commit comments

Comments
 (0)