Today I’m trying to use terraform to build a eks cluster. I was following the official terraform AWS EKS Introduction documentation. I got everything setup…
Tag: terraform
Today I’m working on a terraform creation for one of my clients. They using Azure Storage as their terraform backend. When I was working on…
when you are working with terraform and gcs, you may encounter the following error if you enter “terraform init”. Initializing the backend… Successfully configured the…
I’m setting up terraform with google cloud storage backend. when I run “terraform init”, I was getting the following error: Initializing the backend… Error configuring…
Today I’m setting up my new laptop. One of the tool I’ve been used recently is terraform. And I’d like to use VS Code as…