7 lines
138 B
HCL
7 lines
138 B
HCL
resource "kubectl_manifest" "your-manifest-file" {
|
|
|
|
yaml_body = <<YAML
|
|
# Put your Manifest-file Content right here...
|
|
# ...
|
|
YAML
|
|
} |