Skip to content

Latest commit

 

History

History
79 lines (52 loc) · 2.13 KB

File metadata and controls

79 lines (52 loc) · 2.13 KB
page_title subcategory description
anxcloud_tag Resource - terraform-provider-anxcloud
The tag resource allows you to create and configure a tag.

anxcloud_tag (Resource)

The tag resource allows you to create and configure a tag.

Example Usage

resource "anxcloud_tag" "example" {
  name       = "tag-name"
  service_id = "<SERVICE_ID>"
}

Schema

Required

  • name (String) The tag name.
  • service_id (String) The identifier of the service this tag should be assigned to.

Optional

  • customer_id (String) The identifier of the customer this tag should be assigned to. Leave empty to assign to the organization of the logged in user.
  • timeouts (Block, Optional) (see below for nested schema)

Read-Only

  • id (String) The ID of this resource.
  • organisation_assignments (List of Object) Organisation assignments. (see below for nested schema)

Nested Schema for timeouts

Optional:

  • create (String)
  • delete (String)
  • read (String)

Nested Schema for organisation_assignments

Read-Only:

Nested Schema for organisation_assignments.customer

Read-Only:

  • customer_id (String) Customer identifier.
  • demo (Boolean) Whether is demo.
  • id (String) Identifier.
  • name (String) Customer name.
  • name_slug (String) Slug name.
  • reseller (String) Reseller name.

Nested Schema for organisation_assignments.service

Read-Only:

  • id (String) Service identifier.
  • name (String) Service name.