The Azure Virtual Machine hostname does not change in terraform
We use custom images to deploy virtual machines in Terraform. Custom images have our standardized settings. However, if you use this custom image to deploy it in Terraform, your hostname will not change and it will unconditionally appear as “rockylinuximage01”.
Azure Cyclecloud
I am trying to create the azure cyclecloud cluster using terraform, can anyone help in this?
Service principal does not have the right authorization with terraform
I am trying to learn terraform with Azure, and I am trying to create a container registry, and a kubernetes cluster, and give the kubernetes cluster access to pull from the container registry.
Wrong subscription being used when applying terraform with azure
I am trying to learn terraform, by creating a kubernetes cluster and a container registry in azure and giving the kubernetes cluster pull access to the container registry.
Log Analytics workspace does not see existing data rules via terraform
I have problem with data rule. I create terraform code that create Log Analytics workspace and data rule and diag settings and all is fine all create butt when i want to create transformation it did not see existing data rule. Someone can help me or maybe now how to fix? I use azurerm version = “~>3.103.1”
This is my code
`
Azure – How to create External Identities and assign them to users with Terraform
I am trying to create External Identities with Terraform and assign them to users in Azure.
App Service Plan is never created in Terraform
I’m pretty new to Terraform so I’m probably doing something very stupid but please bear with me.
I’ve got the following script, I run Terraform plan and everything is ok but when I go to apply it, it never ends because it can never finish creating the App Service Plan and then I get a 429 HTTP status code
Link Private Endpoint to Private DNS Zone Terraform
I’m trying to link a private endpoint to a private DNS zone with a DNS zone group for a backend web app private endpoint, I know that is a azure command I can do this:
Loop through a list of Routes in azurerm_route in terraform
I cant seem to figure out how to loop through a set of routes in an azurerm_route resource block. The route table resources consist of over 300+ routes, and i need a way to iterate through the routes as they will add/delete over time.
Terrafrom backend “Authorization Permission Mismatch” for Azure Blob Storage
I don’t get it. I create an Azure Storage account. I gave a Service Principal both Storage Blob Data Contributor and Storage Queue Data Contributor permissions to the Storage Account.