Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 515 Bytes

UPGRADE.md

File metadata and controls

24 lines (18 loc) · 515 Bytes

Upgrade notes

When ugrading to a newer version of the CAF module, some configuration structures must be updated before applying the modifications.

4.21.0

Virtual machines

configuration path:

var.virtual_machines/<key>/virtual_machine_settings/windows/

Example of the updated sturcture /examples/compute/virtual_machine/211-vm-bastion-winrm-agents/virtual_machines.tfvars

Replace

admin_user_key = "vm-win-admin-username"

by

admin_username_key = "vm-win-admin-username"