iits-consulting / otc-terraform-template

Template for OTC Terraform Education Purposes
GNU General Public License v3.0
27 stars 13 forks source link

Seperation between infrastructure and Kubernetes #6

Closed vale5566 closed 1 year ago

vale5566 commented 1 year ago

Hi there,

I would like to ask if there is a reason why you have created separate state files for the infrastructure and Kubernetes cluster. In the end I want to use a similar version in GitHub Actions combined with Terraform to provision the infrastructure and ArgoCD with the App of Apps pattern.

Is it possible to hand over the kubeconfig to the Kubernetes provider?

victorgetz commented 1 year ago

Hi, the reasons why we split the state are the following:

Hand over kubeconfig: