Browsing Tag
Azure
3 posts
Use multiple Azure subscriptions in Terraform modules
Due to billing or organizational structures, certain parts of the infrastructure could be divided over several Azure subscriptions.…
Using Ansible to finalize Hashicorp Packer images
Ansible provides a more flexible way to fine-tune Hashicorp Packer images compared to cloud-init. Playbooks can be executed…
Terraform: Create a map of subnet IDs in Azure
The subnets accessor in the azurerm_virtual_network Terraform data source returns a list of subnet names only. In most…