mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-01-16 11:18:41 +01:00
7 lines
138 B
Terraform
7 lines
138 B
Terraform
|
resource "kubectl_manifest" "your-manifest-file" {
|
||
|
|
||
|
yaml_body = <<YAML
|
||
|
# Put your Manifest-file Content right here...
|
||
|
# ...
|
||
|
YAML
|
||
|
}
|