The MAAS Terraform Provider v1.1.0 has been published

The MAAS team is happy to announce that the MAAS Terraform provider v1.1.0 has been released and published to the Terraform Registry.

You can find it on the registry here.
And on Github here.

Be sure to set the provider as follows in your Terraform config:

terraform {
    required_providers {
        maas = {
            source = "maas/maas"
            version = "1.1.0"
        }
    }
}
6 Likes