Sha256: e29015cfa80fba8c9068ebeeb5886c3dfe50e10fd60bd81f221ff8d876c6977e

Contents?: true

Size: 457 Bytes

Versions: 2

Compression:

Stored size: 457 Bytes

Contents

variable "aws_access_key_id" {
type = "string"
}
variable "aws_secret_access_key" {
type = "string"
}
variable "aws_region" {
    type = "string"
    default =  "us-east-1"
}
variable "aws_availability_zone" {
    type = "string"
    default =  "us-east-1a"
}
//variable "source_access_block1" {
//type = "string"
//}
variable "ci_hostname" {
type = "string"
}
variable "ci_dns_zone_id" {
type = "string"
}
//variable "ssl_cert_arn" {
//type = "string"
//}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kite-0.0.4 tpl/aws/terraform/variables.tf
kite-0.0.3 tpl/aws/terraform/variables.tf