Skip to content

Instantly share code, notes, and snippets.

@rav94
Created May 7, 2020 14:59
Show Gist options
  • Save rav94/45f1626dfc37b529f88134379dba71a0 to your computer and use it in GitHub Desktop.
Save rav94/45f1626dfc37b529f88134379dba71a0 to your computer and use it in GitHub Desktop.
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