Sha256: e23f1f812700be295b7c18af21ccefd41a837abdc51b5557b1c6684843899b59
Contents?: true
Size: 914 Bytes
Versions: 2
Compression:
Stored size: 914 Bytes
Contents
variable "access_key" { type = "string" } variable "secret_key" { type = "string" } variable "public_key" { type = "string" } variable "private_key" { type = "string" } variable "keypair_name" { type = "string" } variable "region" { type = "string" default = "eu-central-1" } variable "availability_zone" { type = "string" default = "eu-central-1a" } variable "vpc_cidr_block" { type = "string" } variable "vpc_name" { type = "string" } variable "vpc_id" { type = "string" } variable "public_subnet_cidr" { type = "string" } variable "public_subnet_id" { type = "string" } variable "public_subnet_name" { type = "string" } variable "private_subnet_cidr" { type = "string" } variable "private_subnet_name" { type = "string" } variable "aws_amis" { default = { us-east-1 = "ami-1d4e7a66" eu-central-1 = "ami-958128fa" eu-west-1 = "ami-785db401" } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kite-0.1.0 | tpl/aws/terraform/variables.tf |
kite-0.0.9 | tpl/aws/terraform/variables.tf |