Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 1.21 KB

File metadata and controls

30 lines (18 loc) · 1.21 KB
page_title subcategory description
kubernetes_manifest Resource - terraform-provider-kubernetes-alpha
A Kubernetes resource described in a manifest.

Resource kubernetes_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.

Schema

Required

  • manifest (Dynamic, Required) A Kubernetes manifest describing the desired state of the resource in HCL format.

Optional

  • 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)

Nested Schema for wait_for

  • fields (Map of String)