-
Notifications
You must be signed in to change notification settings - Fork 6
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
Release 2.17.16 #1670
Release 2.17.16 #1670
Conversation
production: common✅ Terraform Init: Plan: 4 to add, 0 to change, 4 to destroy Show summary
Show planResource actions are indicated with the following symbols:
-/+ destroy and then create replacement
Terraform will perform the following actions:
# module.notify_slack_critical.module.lambda.null_resource.archive[0] must be replaced
-/+ resource "null_resource" "archive" {
~ id = "8024886870566359486" -> (known after apply)
~ triggers = { # forces replacement
~ "timestamp" = "1732033087233979000" -> "1732633998239847000"
# (1 unchanged element hidden)
}
}
# module.notify_slack_general.module.lambda.null_resource.archive[0] must be replaced
-/+ resource "null_resource" "archive" {
~ id = "2499494411110426735" -> (known after apply)
~ triggers = { # forces replacement
~ "timestamp" = "1732033080509031000" -> "1732633991114189000"
# (1 unchanged element hidden)
}
}
# module.notify_slack_ok.module.lambda.null_resource.archive[0] must be replaced
-/+ resource "null_resource" "archive" {
~ id = "6398833619772419860" -> (known after apply)
~ triggers = { # forces replacement
~ "timestamp" = "1732033087157578000" -> "1732633998252681000"
# (1 unchanged element hidden)
}
}
# module.notify_slack_warning.module.lambda.null_resource.archive[0] must be replaced
-/+ resource "null_resource" "archive" {
~ id = "4442777857918400844" -> (known after apply)
~ triggers = { # forces replacement
~ "timestamp" = "1732033087151764000" -> "1732633998263374000"
# (1 unchanged element hidden)
}
}
Plan: 4 to add, 0 to change, 4 to destroy.
Warning: Argument is deprecated
with aws_s3_bucket.csv_bucket,
on s3.tf line 5, in resource "aws_s3_bucket" "csv_bucket":
5: resource "aws_s3_bucket" "csv_bucket" {
Use the aws_s3_bucket_lifecycle_configuration resource instead
(and 67 more similar warnings elsewhere)
─────────────────────────────────────────────────────────────────────────────
Saved the plan to: plan.tfplan
To perform exactly these actions, run the following command to apply:
terraform apply "plan.tfplan"
Show Conftest resultsWARN - plan.json - main - Missing Common Tags: ["aws_athena_workgroup.ad_hoc"]
WARN - plan.json - main - Missing Common Tags: ["aws_athena_workgroup.build_tables"]
WARN - plan.json - main - Missing Common Tags: ["aws_athena_workgroup.primary"]
WARN - plan.json - main - Missing Common Tags: ["aws_athena_workgroup.support"]
WARN - plan.json - main - Missing Common Tags: ["aws_budgets_budget.notify_global"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_event_rule.aws_health[0]"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_log_group.route53_resolver_query_log[0]"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_log_group.sns_deliveries[0]"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_log_group.sns_deliveries_failures[0]"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_log_group.sns_deliveries_failures_us_west_2[0]"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_log_group.sns_deliveries_us_west_2[0]"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_metric_alarm.bulk-bulk-not-being-processed-critical[0]"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_metric_alarm.bulk-bulk-not-being-processed-warning[0]"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_metric_alarm.bulk-inflights-not-being-processed-critical[0]"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_metric_alarm.bulk-inflights-not-being-processed-warning[0]"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_metric_alarm.bulk-not-being-processed-critical[0]"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_metric_alarm.bulk-not-being-processed-warning[0]"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_metric_alarm.contact-3-500-error-15-minutes-critical[0]"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_metric_alarm.document-download-bucket-size-warning[0]"]
WARN - plan.json... |
production: eks✅ Terraform Init: Plan: 4 to add, 2 to change, 0 to destroy Show summary
Show planResource actions are indicated with the following symbols:
+ create
~ update in-place
Terraform will perform the following actions:
# aws_cloudwatch_dashboard.notify_system[0] will be updated in-place
~ resource "aws_cloudwatch_dashboard" "notify_system" {
~ dashboard_body = (sensitive value)
id = "Notify-System-Overview"
# (2 unchanged attributes hidden)
}
# aws_iam_role.celery will be created
+ resource "aws_iam_role" "celery" {
+ arn = (known after apply)
+ assume_role_policy = jsonencode(
{
+ Statement = [
+ {
+ Action = "sts:AssumeRoleWithWebIdentity"
+ Condition = {
+ StringEquals = {
+ "oidc.eks.ca-central-1.amazonaws.com/id/BB1100A5BF4708019EB3830B49BF6B60:aud" = "sts.amazonaws.com"
+ "oidc.eks.ca-central-1.amazonaws.com/id/BB1100A5BF4708019EB3830B49BF6B60:sub" = "system:serviceaccount:notification-canada-ca:notify-celery"
}
}
+ Effect = "Allow"
+ Principal = {
+ Federated = "arn:aws:iam::296255494825:oidc-provider/oidc.eks.ca-central-1.amazonaws.com/id/BB1100A5BF4708019EB3830B49BF6B60"
}
},
]
+ Version = "2012-10-17"
}
)
+ create_date = (known after apply)
+ force_detach_policies = false
+ id = (known after apply)
+ managed_policy_arns = (known after apply)
+ max_session_duration = 3600
+ name = "celery-eks-role"
+ name_prefix = (known after apply)
+ path = "/"
+ tags_all = (known after apply)
+ unique_id = (known after apply)
+ inline_policy (known after apply)
}
# aws_iam_role_policy_attachment.celery_worker will be created
+ resource "aws_iam_role_policy_attachment" "celery_worker" {
+ id = (known after apply)
+ policy_arn = "arn:aws:iam::296255494825:policy/notification-worker-policy"
+ role = "celery-eks-role"
}
# aws_iam_role_policy_attachment.parameters_csi_celery will be created
+ resource "aws_iam_role_policy_attachment" "parameters_csi_celery" {
+ id = (known after apply)
+ policy_arn = "arn:aws:iam::296255494825:policy/parameters-csi-policy"
+ role = "celery-eks-role"
}
# aws_iam_role_policy_attachment.secrets_csi_celery will be created
+ resource "aws_iam_role_policy_attachment" "secrets_csi_celery" {
+ id = (known after apply)
+ policy_arn = "arn:aws:iam::296255494825:policy/secrets-csi-policy"
+ role = "celery-eks-role"
}
# module.sentinel_forwarder.aws_lambda_function.sentinel_forwarder will be updated in-place
~ resource "aws_lambda_function" "sentinel_forwarder" {
id = "sentinel-cloud-watch-forwarder"
~ layers = [
~ (sensitive value),
]
tags = {
"CostCentre" = "notification-canada-ca-production"
}
# (28 unchanged attributes hidden)
# (4 unchanged blocks hidden)
}
Plan: 4 to add, 2 to change, 0 to destroy.
─────────────────────────────────────────────────────────────────────────────
Saved the plan to: plan.tfplan
To perform exactly these actions, run the following command to apply:
terraform apply "plan.tfplan"
Show Conftest resultsWARN - plan.json - main - Missing Common Tags: ["aws_acm_certificate.client_vpn"]
WARN - plan.json - main - Missing Common Tags: ["aws_acm_certificate.notification-canada-ca"]
WARN - plan.json - main - Missing Common Tags: ["aws_acm_certificate.notification-canada-ca-alt[0]"]
WARN - plan.json - main - Missing Common Tags: ["aws_alb.notification-canada-ca"]
WARN - plan.json - main - Missing Common Tags: ["aws_alb_listener.internal_alb_tls"]
WARN - plan.json - main - Missing Common Tags: ["aws_alb_listener.notification-canada-ca"]
WARN - plan.json - main - Missing Common Tags: ["aws_alb_target_group.internal_nginx_http"]
WARN - plan.json - main - Missing Common Tags: ["aws_alb_target_group.notification-canada-ca-admin"]
WARN - plan.json - main - Missing Common Tags: ["aws_alb_target_group.notification-canada-ca-api"]
WARN - plan.json - main - Missing Common Tags: ["aws_alb_target_group.notification-canada-ca-document"]
WARN - plan.json - main - Missing Common Tags: ["aws_alb_target_group.notification-canada-ca-document-api"]
WARN - plan.json - main - Missing Common Tags: ["aws_alb_target_group.notification-canada-ca-documentation"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_log_group.notification-canada-ca-eks-application-logs[0]"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_log_group.notification-canada-ca-eks-cluster-logs[0]"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_log_group.notification-canada-ca-eks-prometheus-logs[0]"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_metric_alarm.admin-evicted-pods[0]"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_metric_alarm.admin-pods-high-cpu-warning[0]"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_metric_alarm.admin-pods-high-memory-warning[0]"]
WARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_metric_alarm.admin-replicas-unavailable[0]"]
WARN - plan.json - main - Missing Common Tags:... |
production: github✅ Terraform Init: Plan: 14 to add, 0 to change, 0 to destroy Show summary
Show planResource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# github_actions_secret.account_id will be created
+ resource "github_actions_secret" "account_id" {
+ created_at = (known after apply)
+ id = (known after apply)
+ plaintext_value = (sensitive value)
+ repository = "notification-terraform"
+ secret_name = "PRODUCTION_ACCOUNT_ID"
+ updated_at = (known after apply)
}
# github_actions_secret.aws_access_key_id[0] will be created
+ resource "github_actions_secret" "aws_access_key_id" {
+ created_at = (known after apply)
+ id = (known after apply)
+ plaintext_value = (sensitive value)
+ repository = "notification-terraform"
+ secret_name = "PRODUCTION_AWS_ACCESS_KEY_ID"
+ updated_at = (known after apply)
}
# github_actions_secret.aws_secret_access_key[0] will be created
+ resource "github_actions_secret" "aws_secret_access_key" {
+ created_at = (known after apply)
+ id = (known after apply)
+ plaintext_value = (sensitive value)
+ repository = "notification-terraform"
+ secret_name = "PRODUCTION_AWS_SECRET_ACCESS_KEY"
+ updated_at = (known after apply)
}
# github_actions_secret.manifests_account_id will be created
+ resource "github_actions_secret" "manifests_account_id" {
+ created_at = (known after apply)
+ id = (known after apply)
+ plaintext_value = (sensitive value)
+ repository = "notification-manifests"
+ secret_name = "PRODUCTION_ACCOUNT_ID"
+ updated_at = (known after apply)
}
# github_actions_secret.manifests_aws_access_key_id[0] will be created
+ resource "github_actions_secret" "manifests_aws_access_key_id" {
+ created_at = (known after apply)
+ id = (known after apply)
+ plaintext_value = (sensitive value)
+ repository = "notification-manifests"
+ secret_name = "PRODUCTION_AWS_ACCESS_KEY_ID"
+ updated_at = (known after apply)
}
# github_actions_secret.manifests_aws_secret_access_key[0] will be created
+ resource "github_actions_secret" "manifests_aws_secret_access_key" {
+ created_at = (known after apply)
+ id = (known after apply)
+ plaintext_value = (sensitive value)
+ repository = "notification-manifests"
+ secret_name = "PRODUCTION_AWS_SECRET_ACCESS_KEY"
+ updated_at = (known after apply)
}
# github_actions_secret.manifests_cache_clear_client_secret[0] will be created
+ resource "github_actions_secret" "manifests_cache_clear_client_secret" {
+ created_at = (known after apply)
+ id = (known after apply)
+ plaintext_value = (sensitive value)
+ repository = "notification-manifests"
+ secret_name = "PRODUCTION_CACHE_CLEAR_CLIENT_SECRET"
+ updated_at = (known after apply)
}
# github_actions_secret.manifests_new_relic_api_key[0] will be created
+ resource "github_actions_secret" "manifests_new_relic_api_key" {
+ created_at = (known after apply)
+ id = (known after apply)
+ plaintext_value = (sensitive value)
+ repository = "notification-manifests"
+ secret_name = "PRODUCTION_NEW_RELIC_API_KEY"
+ updated_at = (known after apply)
}
# github_actions_secret.manifests_notify_dev_slack_webhook[0] will be created
+ resource "github_actions_secret" "manifests_notify_dev_slack_webhook" {
+ created_at = (known after apply)
+ id = (known after apply)
+ plaintext_value = (sensitive value)
+ repository = "notification-manifests"
+ secret_name = "SLACK_WEBHOOK"
+ updated_at = (known after apply)
}
# github_actions_secret.manifests_op_service_account_token[0] will be created
+ resource "github_actions_secret" "manifests_op_service_account_token" {
+ created_at = (known after apply)
+ id = (known after apply)
+ plaintext_value = (sensitive value)
+ repository = "notification-manifests"
+ secret_name = "OP_SERVICE_ACCOUNT_TOKEN_PRODUCTION"
+ updated_at = (known after apply)
}
# github_actions_secret.manifests_openai_api_key[0] will be created
+ resource "github_actions_secret" "manifests_openai_api_key" {
+ created_at = (known after apply)
+ id = (known after apply)
+ plaintext_value = (sensitive value)
+ repository = "notification-manifests"
+ secret_name = "OPENAI_API_KEY"
+ updated_at = (known after apply)
}
# github_actions_secret.notify_dev_slack_webhook[0] will be created
+ resource "github_actions_secret" "notify_dev_slack_webhook" {
+ created_at = (known after apply)
+ id = (known after apply)
+ plaintext_value = (sensitive value)
+ repository = "notification-terraform"
+ secret_name = "NOTIFY_PRODUCTION_SLACK_WEBHOOK"
+ updated_at = (known after apply)
}
# github_actions_secret.op_service_account_token[0] will be created
+ resource "github_actions_secret" "op_service_account_token" {
+ created_at = (known after apply)
+ id = (known after apply)
+ plaintext_value = (sensitive value)
+ repository = "notification-terraform"
+ secret_name = "OP_SERVICE_ACCOUNT_TOKEN_PRODUCTION"
+ updated_at = (known after apply)
}
# github_actions_secret.openai_api_key[0] will be created
+ resource "github_actions_secret" "openai_api_key" {
+ created_at = (known after apply)
+ id = (known after apply)
+ plaintext_value = (sensitive value)
+ repository = "notification-terraform"
+ secret_name = "OPENAI_API_KEY"
+ updated_at = (known after apply)
}
Plan: 14 to add, 0 to change, 0 to destroy.
─────────────────────────────────────────────────────────────────────────────
Saved the plan to: plan.tfplan
To perform exactly these actions, run the following command to apply:
terraform apply "plan.tfplan"
Show Conftest results20 tests, 20 passed, 0 warnings, 0 failures, 0 exceptions
|
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.
LGTM
Summary | Résumé
Release Instructions | Instructions pour le déploiement
None.
Reviewer checklist | Liste de vérification du réviseur