Open cloudnautique opened 5 years ago
Not sure this is still relevant. As backend merged upstream, this can be easily done by terraform itself.
terraform {
backend "kubernetes" {
secret_suffix = "<exec-name>"
namespace = "terraform-controller"
in_cluster_config = false
}
}
As a user, I should be able to