page_title | subcategory | description |
---|---|---|
opal_tag Resource - terraform-provider-opal |
Tag Resource |
Tag Resource
resource "opal_tag" "my_tag" {
key = "api-scope"
value = "production"
}
key
(String) The key of the tag to create. Requires replacement if changed.
value
(String) The value of the tag to create. Requires replacement if changed.
created_at
(String) The date the tag was created.id
(String) The ID of the tag.updated_at
(String) The date the tag was last updated.user_creator_id
(String) The ID of the user that created the tag.
Import is supported using the following syntax:
terraform import opal_tag.my_opal_tag "1b978423-db0a-4037-a4cf-f79c60cb67b3"