Created
May 7, 2020 14:59
-
-
Save rav94/45f1626dfc37b529f88134379dba71a0 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
variable "AWS_ACCESS_KEY" { | |
} | |
variable "AWS_SECRET_KEY" { | |
} | |
variable "ATLAS_PUBLIC_KEY" { | |
} | |
variable "ATLAS_PRIVATE_KEY" { | |
} | |
variable "PROVIDER" { | |
default = "AWS" | |
} | |
variable "AWS_REGION" { | |
default = "us-east-1" | |
} | |
variable "AWS_ACCOUNT_ID" { | |
default = "638433654689" | |
} | |
variable "INSTANCE_TYPE" { | |
default = "t2.small" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment