Terraform 0.12 (#20)

* Terraform 0.12
This commit is contained in:
Edward Viaene
2019-10-06 13:46:10 +02:00
committed by GitHub
parent 9e31795a58
commit 5d9eeb6c4c
201 changed files with 2528 additions and 2006 deletions
+6 -1
View File
@@ -1,21 +1,26 @@
variable "AWS_REGION" {
default = "eu-west-1"
}
variable "PATH_TO_PRIVATE_KEY" {
default = "mykey"
}
variable "PATH_TO_PUBLIC_KEY" {
default = "mykey.pub"
}
variable "ECS_INSTANCE_TYPE" {
default = "t2.micro"
}
variable "ECS_AMIS" {
type = "map"
type = map(string)
default = {
us-east-1 = "ami-1924770e"
us-west-2 = "ami-56ed4936"
eu-west-1 = "ami-c8337dbb"
}
}
# Full List: http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html