We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccec465 commit 7a51933Copy full SHA for 7a51933
outputs.tf
@@ -1,3 +1,3 @@
1
output "component_arn" {
2
- value = aws_cloudformation_stack.this.outputs.componentArn
+ value = aws_cloudformation_stack.this.outputs["componentArn"]
3
}
0 commit comments