Created
June 14, 2021 13:33
-
-
Save Moiz-Ali-Moomin/98cd355d1ba3b577fa09fa4434745f79 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
aws_region="ap-south-1" | |
webservers_ami="ami-0e8e39877665a7c92" | |
sg_id="sg-040bb199e4dc62b01" | |
instance_type="t2.micro" | |
subnet_id=["subnet-042ded657db2e5d7f", "subnet-098ebd6cc26a1c9fe"] | |
instance_count=1 | |
instance_subnet_id="subnet-042ded657db2e5d7f" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment