Sha256: 4e3da0e9dea173e963d38e07278e4e309bb80c4c9814cd0e53015d9b65318b0e

Contents?: true

Size: 425 Bytes

Versions: 3

Compression:

Stored size: 425 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 "subnet_cidr" {
    type = "string"
    default = "10.0.0.0/24"
}

variable "public_key" {
  type = "string"
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kite-0.0.7 tpl/gcp/terraform/variables.tf
kite-0.0.6 tpl/gcp/terraform/variables.tf
kite-0.0.5 tpl/gcp/terraform/variables.tf