Optional providers in terraform
I have azurerm and azureapi providers that are subscription specific. E.g.,
Configure Storage Account with Sub Modules for each category
I need to create a sub module for each sub resource for Storage Account. I am working on Queue and looking for a way to reference arguments foreach module.
Terraform recreates resources for a specific data block azurerm_lb_backend_address_pool
In my terraform azure code, when I run the plan, it says it will replace the resource but I can’t seem to find the issue.
parsing segment “staticAuthorizationRules”: parsing the AuthorizationRule ID: the segment at position 8 didn’t match
I am trying to send diagnostics log to event hub. But I am receiving following error message. Not sure if this a bug or by design on SDK .I have tried this with the log analytics. works space and everything works without any issues. Same error is receving during the terraform plan and apply.
Terraform detected the following changes made outside of Terraform since the last “terraform apply” which may have affected this plan
Once I run terraform Apply and try to run terraform Plan, it always detects a configuration Drift. I am getting the following error. this is happening all the time only I apply Plan after the apply. Any suggestions would be appreciated.
My terraform config file is unable to detect the changes on running the plan command
I am learning Terraform, so just added the provider config, ad config and the resource group config in my main.tf file. While trying to run the plan command “terraform plan -out main.tfplan”, I am getting
No changes. Your infrastructure matches the configuration.
key does not identify an element in this collection value in terraform
I am getting below error while provision the servicebus topic subscription. can some one help me to figure this out.
Avoid `must be replaced` in a terraform module
I’m having an hard time to understand why does my plan needs to replace a ressource.