Sha256: 3fbb63cffb0c9fef8819857cfa88174fbad01af2f04091cc22ebec3811740781
Contents?: true
Size: 1.05 KB
Versions: 14
Compression:
Stored size: 1.05 KB
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 "cdn_plan_name" { type = string description = "name of the service plan name to create" } variable "domain_name" { type = string description = "DNS name users will be accessing site" }
Version data entries
14 entries across 14 versions & 1 rubygems