Commit 5b01ccb8 authored by David Pestana's avatar David Pestana

add requirements

parent 0cce1971
terraform {
required_providers {
kubectl = {
source = "gavinbunney/kubectl"
version = "1.13.0"
}
}
}
resource "kubectl_manifest" "letsencrypt-produccion-cluster-issuer" {
yaml_body = <<YAML
apiVersion: cert-manager.io/v1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment