Deploy Infrastructure as Code (IAC) lesson 3 networking infrastructure: Outputs
yt link
yt link
Outputs
Outputs are optional but are very useful if there are output values you need to:
import into another stack
return in a response
view in AWS console
To declare an Output use the following syntax:
Outputs:
Logical ID:
De...
philipdevblog.hashnode.dev1 min read