mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-12-28 18:09:03 +01:00
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
|
|
} |