Replies: 2 comments
-
I'm sorry to say that we don't currently have any modules for Azure. Terragrunt is one of our public repositories, and you can access it here to see how we do things with AWS. And for our product, we have this example that relates to the initializing in an empty directory issue. There is a lot of information online about Terraform specifically. If you are interested in diving more into Terraform itself (which is what Terragrunt runs off of) I highly recommend the Terraform: Up and Running book by one of our co-founders. |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Sorry for all the newb issues, just inherited an Azure Terraform\Terragrunt deployment that is having issues. Not familiar with Terraform or Terragrunt and looking for some help. The environment has been operational for about 3 plus years now.
First off, can I get help here?
Second, I am just going to dive in as this is preventing an AKS update to our staging and production environments. any guidance on how to solve this issue would be appreciated.
To follow up, I also ran the command indicated, terreaform init, and it returns:
Terraform initialized in an empty directory
then running the Terragrunt plan command above returns the same message.
Beta Was this translation helpful? Give feedback.
All reactions