scott-the-programmer/terraform-provider-minikube

View on GitHub
examples/guides/terragrunt/terraform_project/backend.tf

Summary

Maintainability
Test Coverage
terraform {
  backend "local" {
    path = "terraform.tfstate"
  }
}