Page MenuHomeSoftware Heritage

azure: upgrade definitions for last terraform and azurerm versions
ClosedPublic

Authored by vsellier on Feb 18 2022, 3:36 PM.

Details

Summary

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.

Diff Detail

Repository
rSPRE sysadm-provisioning
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

vsellier created this revision.
ardumont added a subscriber: ardumont.

Awesome debugging, thanks.

This revision is now accepted and ready to land.Feb 18 2022, 3:40 PM