Last active
June 5, 2021 01:39
-
-
Save anthonysnk/315146fbb08b0eb7b8f8ef66f1a3552c to your computer and use it in GitHub Desktop.
Terraform variables ligthsail
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
aws_region = "us-east-1" | |
project_name = "medium_project" | |
bundle_id = "nano_2_0" | |
lightsail_blueprints = { | |
"wordpress" = "wordpress_4_9_8" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment