Skip to content

Instantly share code, notes, and snippets.

@overnew
Created March 25, 2024 04:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save overnew/8dd5d76d64099537aff51fc4fcb5bce5 to your computer and use it in GitHub Desktop.
Save overnew/8dd5d76d64099537aff51fc4fcb5bce5 to your computer and use it in GitHub Desktop.
cloudFormation output.yaml
Outputs: # 결과로 제공할 데이터를
VPC:
Description: VPC
Value: !Ref VPC
AZ1:
Description: Availability Zone 1
Value: !GetAtt
- PublicSubnet
- AvailabilityZone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment