terraform update
This commit is contained in:
7
terraform/kubectl/manifest.tf
Normal file
7
terraform/kubectl/manifest.tf
Normal file
@@ -0,0 +1,7 @@
|
||||
resource "kubectl_manifest" "your-manifest-file" {
|
||||
|
||||
yaml_body = <<YAML
|
||||
# Put your Manifest-file Content right here...
|
||||
# ...
|
||||
YAML
|
||||
}
|
||||
Reference in New Issue
Block a user