Target
The sym_target
resource allows you describe something that users can request access to.
resource "sym_target" "prod_ssh" {
type = "aws_iam_role"
name = "prod_ssh"
settings = {
arn = "arn:aws...."
}
}
Name | Description | Required |
---|---|---|
| The type of integration you are declaring. A full list can be found in the Integrations section below. | ✔️ |
| A slug uniquely identifying your | ✔️ |
| A set of parameters that depends on the | ✔️ |
Updated 4 months ago
Did this page help you?