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 8e53f98 commit ccec465Copy full SHA for ccec465
cloudformation.yml.tpl
@@ -23,3 +23,7 @@ Resources:
23
Data: |
24
${indent(8, data)}
25
%{~ endif ~}
26
+Outputs:
27
+ componentArn:
28
+ Description: ARN of the created component
29
+ Value: !Ref "imageBuildComponent"
outputs.tf
@@ -0,0 +1,3 @@
1
+output "component_arn" {
2
+ value = aws_cloudformation_stack.this.outputs.componentArn
3
+}
0 commit comments