page_title | subcategory | description |
---|---|---|
cloudfoundry_buildpacks Data Source - terraform-provider-cloudfoundry |
Gets information of Cloud Foundry buildpacks present. |
Gets information of Cloud Foundry buildpacks present.
data "cloudfoundry_buildpacks" "buildpack" {
name = "java_buildpack"
}
output "buildpack" {
value = data.cloudfoundry_buildpacks.buildpack
}
name
(String) Name of the buildpack to filter bystack
(String) The name of the stack to filter by
buildpacks
(Attributes List) The list of buildpacks (see below for nested schema)
Required:
name
(String) Name of the buildpack
Optional:
annotations
(Map of String) The annotations associated with Cloud Foundry resources. Add as described here.enabled
(Boolean) Whether or not the buildpack can be used for staginglabels
(Map of String) The labels associated with Cloud Foundry resources. Add as described here.locked
(Boolean) Whether or not the buildpack is locked to prevent updating the bitsposition
(Number) The order in which the buildpacks are checked during buildpack auto-detectionstack
(String) The name of the stack that the buildpack will use
Read-Only: