Jonathas Rocha
Results
2
comments of
Jonathas Rocha
I'm same problem my stack return the publicDnsName, Example: ``` Outputs: instance: Description: id da ec2 Value: !GetAtt myEC2Instance.PublicDnsName ``` On git action yaml, i was tried to get the...
A workaround thats worked is: `- run: echo ${{ steps.ec2.outputs['instance'] }}`