scalr_tag
Resource: scalr_tag
Manages the state of tags in Scalr.
Example Usage
resource "scalr_tag" "example" {
name = "tag-name"
account_id = "acc-xxxxxxxxxx"
}
Schema
Required
name
(String) Name of the tag.
Optional
account_id
(String) ID of the account, in the formatacc-<RANDOM STRING>
.
Read-Only
id
(String) The ID of this resource.
Import
Import is supported using the following syntax:
terraform import scalr_tag.example tag-xxxxxxxxxx
Updated 3 months ago