Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created December 28, 2019 18:31
Show Gist options
  • Select an option

  • Save KyMidd/3a2838ea294df2698099a0b2d99e60d8 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/3a2838ea294df2698099a0b2d99e60d8 to your computer and use it in GitHub Desktop.
locals {
cisco_asav_name = "CiscoASAv" # Just for fun, name your ASAv anything you'd like!
my_public_ip = "1.2.3.4/32" # Update this to your public IP when deploying
ssh_key_name = "cisco_asav_keypair" # Update only if you've created an SSH key with a different name than cisco_asav_keypair
asav_public_facing_ip = "172.16.20.10"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment