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