Skip to content

Instantly share code, notes, and snippets.

@sanudatta11
Created January 6, 2019 09:06
Show Gist options
  • Save sanudatta11/046a96db47cb2e6df5fa9182ba251bed to your computer and use it in GitHub Desktop.
Save sanudatta11/046a96db47cb2e6df5fa9182ba251bed to your computer and use it in GitHub Desktop.
{
"aws_access_key": "${AWS_ACCESS_KEY_ID}",
"aws_secret_key": "${AWS_SECRET_ACCESS_KEY}",
"vpc_region": "${vpc_region}",
"vpc_id": "${vpc_id}",
"vpc_public_sn_id": "${vpc_public_sn_id}",
"vpc_public_sg_id": "${vpc_public_sg_id}",
"source_ami": "${source_ami}",
"instance_type": "${instance_type}",
"ssh_username": "${ssh_username}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment