Resource 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
- (Required) ID of the environment account, in the formatacc-<RANDOM STRING>