| page_title | subcategory | description |
|---|---|---|
kubernetes_manifest Resource - terraform-provider-kubernetes-alpha |
A Kubernetes resource described in a manifest. |
Represents one Kubernetes resource as described in the manifest attribute. The manifest value is the HCL transcription of a regular Kubernetes YAML manifest. To convert an existing manifest from YAML to HCL, we recommend using the Terrafrom built-in function yamldecode() or this conversion tool.
Once applied, the object attribute reflects the state of the resource as returned by the Kubernetes API, including all default values.
- manifest (Dynamic, Required) A Kubernetes manifest describing the desired state of the resource in HCL format.
- object (Dynamic, Optional) The resulting resource state, as returned by the API server after applying the desired state from
manifest. - wait_for (Object, Optional) (see below for nested schema)
- fields (Map of String)