brunobenchimol
brunobenchimol
Added the ability to use bind_tsig_keys to use with dynamics updates (useful cases: DHCP integration and Certbot DNS challenge automation). Changed documentation to explain how to use. Also added and...
### Terraform Version v1.0.9 ### vSphere Provider Version vsphere 2.0.2 ### Affected Resource(s) vsphere_content_library_item ### Terraform Configuration Files ``` resource "vsphere_virtual_machine" "vm01" { name = "${var.vm_prefix_name}-${resource.random_string.random.result}-01" resource_pool_id = data.vsphere_resource_pool.pool.id datastore_id...
### Nutanix Cluster Information AOS: 5.20 LTS Prism Central: pc.2021.9 ### Terraform Version Terraform v1.0.9 on linux_amd64 + provider registry.terraform.io/hashicorp/random v3.1.0 + provider registry.terraform.io/hashicorp/template v2.2.0 + provider registry.terraform.io/nutanix/nutanix v1.2.1 ###...