Sha256: 964b7ec4633f11aed50aad2ad3ea34f7e92eeca7e23d52c6fe18eef91caff6e5

Contents?: true

Size: 511 Bytes

Versions: 4

Compression:

Stored size: 511 Bytes

Contents

variable "project" {
    type = "string"
}

variable "region" {
    type = "string"
    default = "us-east1"
}

variable "zone" {
    type = "string"
    default = "us-east1-d"
}

variable "credentials" {
    type = "string"
}

variable "vpc_name" {
    type = "string"
    default = "platform-tools"
}

variable "platform_subnet_name" {
    type = "string"
    default = "platform-net"
}

variable "subnet_cidr" {
    type = "string"
    default = "10.0.0.0/24"
}

variable "public_key" {
  type = "string"
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kite-0.2.0 tpl/gcp/terraform/variables.tf
kite-0.1.0 tpl/gcp/terraform/variables.tf
kite-0.0.9 tpl/gcp/terraform/variables.tf
kite-0.0.8 tpl/gcp/terraform/variables.tf