An AWS Support App resource that creates, updates, lists, and deletes Slack workspace configurations.
To create a slack workspace confifiguration for an AWS account in AWS Support App
resource "awscc_supportapp_slack_workspace_configuration" "slack_workspace_example" {
team_id = "team_id_from_slack" # Replace with the actual team ID from Slack
# Other configuration parameters...
}
team_id
(String) The team ID in Slack, which uniquely identifies a workspace.version_id
(String) An identifier used to update an existing Slack workspace configuration in AWS CloudFormation.id
(String) Uniquely identifies the resource.Import is supported using the following syntax:
$ terraform import awscc_supportapp_slack_workspace_configuration.example <resource ID>