migrate
This commit is contained in:
@@ -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