scalr_tag
Data Source scalr_tag
scalr_tag
Retrieves information about a tag.
Example Usage
data "scalr_tag" "example" {
name = "tag-name"
account_id = "acc-xxxxxxxxx"
}
Arguments
name
- (Required) The name of the tag.account_id
- (Optional) The ID of the Scalr account, in the formatacc-<RANDOM STRING>
Attributes
All arguments plus:
id
- The identifier of the tag in the formattag-<RANDOM STRING>
.
Updated 10 days ago