azure: upgrade definitions for last terraform and azurerm versions
Related to T3903
Finally, after several itrerations to upgrade terraform version per version 0.12 -> 0.13 -> 0.14 -> 0.15 -> 1.0.0 -> latest version (1.1.0)
and a dsl upgrade of the azure provisioner that remove the keyword
network_security_group_id
and replace it by a new association
azurerm_network_interface_security_group_association
Test Plan
- Terraform plan output:
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed.
Migrated from D7201 (view on Phabricator)