Create multiple data disks with VM in availability zones Issue
I seem to be having trouble creating a module for VMs that leverage availability zones. It appears in terraform the zones attribute supports only one item per VM, so iteration for the VM is needed for each availability zone, i.e 1,2, or 3.
Issue related to deploying Azure Virtual Desktop Host Pool Via Terraform
Deploy Azure Virtual Desktop Host Pool Via Terraform
How Azure creates VMs from generalized images with data disks in terraform
I made a generalized image of a Windows virtual machine with a separate data disk attached. In the Azure Portal, generalized images containing this data disk are well-created, but with terraform code, the following error occurs in this generalized image.
How to effectively use azure_virtual_machine_extension in Azure Terraform
I’d like to run multiple linux commands using azurerm_virtual_machine_extension. Is there a sophisticated way to use multiple commands side by side instead of listing them in a single line? I’ve previously used it as below.
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.