Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 733 Bytes

File metadata and controls

39 lines (27 loc) · 733 Bytes
page_title subcategory description
maas_space Resource - terraform-provider-maas
Provides a resource to manage MAAS network spaces.

maas_space (Resource)

Provides a resource to manage MAAS network spaces.

Example Usage

resource "maas_space" "tf_space" {
  name = "tf-space"
}

Schema

Required

  • name (String) The name of the new space.

Read-Only

  • id (String) The ID of this resource.

Import

Import is supported using the following syntax:

# Spaces can be imported using the name or ID. e.g.
$ terraform import maas_space.tf_space tf-space