Skip to content

Commit

Permalink
fix: Add datadog-agent to ECS
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddy Perez committed Jan 12, 2024
1 parent 7a3725e commit a7275c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ module "apiary" {
apiary_log_bucket = "s3-logs-bucket"
db_instance_class = "db.t2.medium"
db_backup_retention = "7"
# Enable datadog for monitoring
datadog_key_secret_name = "datadog-secret-key-name"
include_datadog_agent = true
apiary_managed_schemas = [
{
schema_name = "db1",
Expand Down

0 comments on commit a7275c7

Please sign in to comment.