page_title | subcategory | description |
---|---|---|
cloudfoundry_stacks Data Source - terraform-provider-cloudfoundry |
Gets information of Cloud Foundry stacks present. |
Gets information of Cloud Foundry stacks present.
data "cloudfoundry_stacks" "all" {
name = "stack"
}
name
(String) Name of the stack to filter by
stacks
(Attributes List) The list of stacks (see below for nested schema)
Read-Only:
annotations
(Map of String) The annotations associated with Cloud Foundry resources.build_rootfs_image
(String) The name of the stack image associated with staging/building Apps. If a stack does not have unique images, this will be the same as the stack name.created_at
(String) The date and time when the resource was created in RFC3339 format.default
(Boolean) Whether the stack is configured to be the default stack for new applications.description
(String) The description of the stackid
(String) The GUID of the object.labels
(Map of String) The labels associated with Cloud Foundry resources.name
(String) The name of the stackrun_rootfs_image
(String) The name of the stack image associated with running Apps + Tasks. If a stack does not have unique images, this will be the same as the stack name.updated_at
(String) The date and time when the resource was updated in RFC3339 format.