scalr_tag
Resource scalr_tag
scalr_tag
Manages the state of tags in Scalr.
Example Usage
Basic usage:
resource "scalr_tag" "example" {
name = "tag-name"
account_id = "acc-xxxxxxxxx"
}
Argument Reference
name
- (Required) Name of the tag.account_id
- (Optional) ID of the environment account, in the formatacc-<RANDOM STRING>
Attributes
All arguments plus:
id
- The identifier of the tag in the formattag-<RANDOM STRING>
.
Updated 8 months ago