terraform update

This commit is contained in:
Christian
2022-03-16 17:54:10 +01:00
parent 356872bbc5
commit 5c73779a4a
9 changed files with 228 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
resource "kubectl_manifest" "your-manifest-file" {
yaml_body = <<YAML
# Put your Manifest-file Content right here...
# ...
YAML
}