Sha256: 8cf1d4318368895b2e5fe7215fa5185fca261d002c762a633ecc04024c36993a
Contents?: true
Size: 995 Bytes
Versions: 14
Compression:
Stored size: 995 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 "recursive_delete" { type = bool description = "when true, deletes service bindings attached to the resource (not recommended for production)" default = false } variable "s3_service_name" { type = string description = "name for the cloud.gov managed service" } variable "s3_plan_name" { type = string description = "name of the service plan to create" default = "basic" }
Version data entries
14 entries across 14 versions & 1 rubygems