Environment
The sym_environment
resource allows you to provide Sym with a collection of integrations to simplify Flow configuration.
resource "sym_environment" "this" {
name = "Sym Production"
runtime_id = sym_runtime.this.id
log_destination_ids = [sym_log_destination.kinesis.id]
integrations = {
slack_id = sym_integration.slack.id
pagerduty_id = sym_integration.pagerduty.id
}
}
Name | Description | Required |
---|---|---|
| A slug uniquely identifying your | ✔️ |
| The ID of a | ✔️ |
| The IDs of |
Updated 10 months ago
Did this page help you?