Unclear on the difference between a parameter (ie subnet_id) such as the following: subnet_id = var.XXXXXXXXX , resource_group_name = "${ resource_created.XXXXXXXX.name}, subnet_id = "{$var.XXXXXXXXX}" , subnet_id = "{ "${azurerm_subnet.XXXXXXXXXXXXX.id}"? When is ".id" required at the end of a parable output? For example resource group creation has ".name" while IP configuration (IP_configuration)' subnet_id has a ".id" at the end ${azurerm_subnet.XXXXXXXXXXXXX.id} .
Is there a single link for all the possible formats such as .name, .location, .id,...?
browsed everywhere? Sorry for the basic question but I am very new to azure terraform.