terraform-deploy
terraform-deploy copied to clipboard
deployment of pangeo jupyterhub infrastructure with terraform
when I attempt to run this after the `cluster-autoscaler` IAM role already exists, I get this error ``` Error: Kubernetes cluster unreachable on autoscaler.tf line 63, in resource "helm_release" "cluster-autoscaler":...
When `terraform destroy`ing, I often get: ``` Error: timeout while waiting for resource to be gone (last state: 'Terminating', timeout: 5m0s) ``` I think this is waiting for the kubernetes...
Here is a [module](https://github.com/Azure/terraform-azurerm-aks) for AKS and Terraform. It seems based in the Azure organization, not the Terraform organization, which is different than the modules for GCP and AWS. [This...
Here is a [module](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine) for GKE deployment. Probably a good starting point.
Here is a [starting point](https://github.com/marketplace/actions/lint-action) for some GitHub Actions linting. Does not appear to support Terraform by default. Here is a well-used [Terraform linting package](https://github.com/terraform-linters/tflint). I use the [this](https://github.com/alexlouden/Terraform.tmLanguage) to...
Here are [some ideas](https://www.contino.io/insights/top-3-terraform-testing-strategies-for-ultra-reliable-infrastructure-as-code) for Terraform testing.