Last active
December 30, 2018 17:16
-
-
Save deleugpn/c781b9353a42066b855fa03bb0b9d130 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"awsvpcConfiguration": { | |
"subnets": ["subnet-your-subnet-id"], | |
"securityGroups": ["sg-your-security-group-id"], | |
"assignPublicIp": "ENABLED" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment