Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.05 KB

File metadata and controls

39 lines (30 loc) · 1.05 KB
page_title cozystack_httpcache Data Source - cozystack
subcategory
description Read an existing Cozystack HTTP cache by name and namespace.

cozystack_httpcache (Data Source)

Read an existing Cozystack HTTP cache by name and namespace.

Example Usage

data "cozystack_httpcache" "cdn" {
  name      = "cdn"
  namespace = "tenant-root"
}

Schema

Required

  • name (String) HTTPCache instance name.
  • namespace (String) Tenant namespace.

Read-Only

  • chart_version (String) Deployed chart version.
  • endpoints (List of String) Upstream endpoints.
  • external (Boolean) Whether external access is enabled.
  • id (String) Synthetic identifier namespace/name.
  • ready (Boolean) Whether the application's Ready condition is true.
  • size (String) Persistent volume size.
  • storage_class (String) StorageClass used to store the data.
  • uid (String) Server-assigned object UID (metadata.uid).