Skip to content

v1.0.0

Compare
Choose a tag to compare
@ionutbalutoiu ionutbalutoiu released this 21 Jul 09:21
· 148 commits to master since this release
81bcd52
  • Allow env vars MAAS_API_KEY and MAAS_API_URL to be used for the provider configuration.
  • Use VM host naming instead of Pod.
  • Implement new managed resources:
    • maas_block_device
    • maas_fabric
    • maas_vlan
    • maas_subnet
    • maas_space
    • maas_subnet_ip_range
    • maas_dns_domain
    • maas_dns_record
    • maas_user
  • Implement importers for the existing managed resources:
    • maas_machine
    • maas_instance
    • maas_tag
    • maas_network_interface_physical
    • maas_vm_host
    • maas_vm_host_machine
  • Add validation for maas_machine resource power_type argument.
  • Update VM host machine network and storage params.
    • Properly implement the network and storage parameters for the maas_vm_host_machine resource.
  • Remove managed argument from maas_subnet resource and data source. This is considered true by default on MAAS 2.0 and newer.
  • Update docs and examples.