Sha256: e3c204cef872df3e84a5848636917b95c49de4873848adcab88f8896e0ca9d6a
Contents?: true
Size: 971 Bytes
Versions: 14
Compression:
Stored size: 971 Bytes
Contents
variable "cf_api_url" { type = string description = "cloud.gov api url" default = "https://api.fr.cloud.gov" } variable "cf_user" { type = string description = "cloud.gov deployer account user" } variable "cf_password" { type = string description = "secret; cloud.gov deployer account password" sensitive = true } variable "cf_org_name" { type = string description = "cloud.gov organization name" } variable "cf_space_name" { type = string description = "cloud.gov space name (staging or prod)" } variable "env" { type = string description = "deployment environment (staging, production)" } variable "recursive_delete" { type = bool description = "when true, deletes service bindings attached to the resource (not recommended for production)" default = false } variable "rds_plan_name" { type = string description = "name of the service plan name to create" }
Version data entries
14 entries across 14 versions & 1 rubygems