skip to Main Content

Terraform import azurerm_role_assignment id

I want to import an azurerm_role_assignment (Azure) in Terraform dependent on my environment (dev, test, prod) by using an import block such as import { to = azurerm_role_assignment.test_role_assignment id = "<scope>/.../<GUID>" } At the moment I use az role assignment…

VIEW QUESTION

Ubuntu – terraform list and count

I'm trying to deploy 3 vm's in proxmox with terraform but I have errors and I don't know why. │ Error: Incorrect attribute value type │ │ on ../resources/proxmox/main.tf line 2, in resource "proxmox_vm_qemu" "vm": │ 2: name = var.vm_name…

VIEW QUESTION
Back To Top
Search