v1.0.0-rc1
版本发布时间: 2021-07-07 16:41:04
canonical/terraform-provider-maas最新发布版本:v2.3.0(2024-07-03 23:36:44)
- Allow env vars
MAAS_API_KEY
andMAAS_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
resourcepower_type
argument. - Update VM host machine network and storage params.
- Properly implement the network and storage parameters for the
maas_vm_host_machine
resource.
- Properly implement the network and storage parameters for the
- Remove
managed
argument frommaas_subnet
resource and data source. This is consideredtrue
by default on MAAS 2.0 and newer. - Update docs and examples.