basic IAC example to test alustan project
- Can be run
locallyorin-cluster
For local setup
- Uncomment backend
config_pathand commentin_cluster_configin root version.tf
terraform {
backend "kubernetes" {
secret_suffix = "state"
# config_path = "~/.kube/config"
in_cluster_config = true
}
}
- Set
inclustervariable tofalsein variables.tf
./deploy.shto run locally