-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Issue 1621] Adds Analytics secrets #1624
Conversation
{ | ||
name = "GH_TOKEN" | ||
ssm_param_name = "/${var.app_name}/${var.environment}/github-token" | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#837 isn't done yet, so I added my own personal token
{ | ||
name = "ANALYTICS_REPORTING_CHANNEL_ID" | ||
ssm_param_name = "/${var.app_name}/${var.environment}/reporting-channel-id" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dev / staging are #z_bot-analytics-ci-test
, prod is #z_bot-sprint-reporting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Not super familiar with terraform code, but the comments are helpful and the screenshot shared in the PR looks right as well!
Summary
Fixes #1621
Time to review: 2 mins
Changes proposed
Relevant Terraform diff
Testing
https://us-east-1.console.aws.amazon.com/ecs/v2/clusters/analytics-dev/tasks/77e9ca77054345b1a8c97b9ba3601858/logs?region=us-east-1
It's working now 😎