Sha256: 5d50968db3cd5199fd13f58180d2d70befb15a53ae6794d4b682c1d49eacddb9

Contents?: true

Size: 534 Bytes

Versions: 6

Compression:

Stored size: 534 Bytes

Contents

variable "jetstream_servers" {
  type = string
  description = "The JetStream servers to connect to"
}

variable "nats_credentials" {
  type = string
  description = "Path to file with NATS credentials"
}

variable "nats_ca_file" {
  type = string
  description = "Fully Qualified Path to a file containing Root CA (PEM format). Use when the server has certs signed by an unknown authority."
  default = ""
}

variable "polyn_env" {
  type = string
  description = "The environment terraform is running in"
  default = "development"
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
polyn-cli-0.3.0 lib/polyn/templates/tf/variables.tf
polyn-cli-0.2.0 lib/polyn/templates/tf/variables.tf
polyn-cli-0.1.9 lib/polyn/templates/tf/variables.tf
polyn-cli-0.1.8 lib/polyn/templates/tf/variables.tf
polyn-cli-0.1.7 lib/polyn/templates/tf/variables.tf
polyn-cli-0.1.6 lib/polyn/templates/tf/variables.tf