Created
December 28, 2019 18:31
-
-
Save KyMidd/3a2838ea294df2698099a0b2d99e60d8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 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