Sha256: bf9e5f8443da9608d84ea8f1a9f517a9692f1e3d2947b095ac006ba66fba72e4
Contents?: true
Size: 839 Bytes
Versions: 2
Compression:
Stored size: 839 Bytes
Contents
variable "aws_access_key" { type = "string" } variable "aws_secret_key" { type = "string" } variable "public_key" { type = "string" } variable "private_key" { type = "string" } variable "keypair_name" { type = "string" } variable "aws_region" { type = "string" default = "eu-central-1" } variable "aws_availability_zone" { type = "string" default = "eu-central-1a" } variable "aws_vpc_cidr_block" { type = "string" } variable "aws_vpc_name" { type = "string" } variable "aws_platform_subnet_cidr_block" { type = "string" } variable "aws_platform_subnet_name" { type = "string" } variable "aws_ops_subnet_cidr_block" { type = "string" } variable "aws_ops_subnet_name" { type = "string" } variable "aws_amis" { default = { us-east-1 = "ami-1d4e7a66" eu-central-1 = "ami-958128fa" } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kite-0.0.6 | tpl/aws/terraform/variables.tf |
kite-0.0.5 | tpl/aws/terraform/variables.tf |