Skip to content

Commit

Permalink
Add correct Availiability Zone to motomo db and fix worker policy typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Nov 18, 2024
1 parent bb03fd9 commit 082a6ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion infrastructure/integration.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,5 @@ ssm_redshift_host = "/crossfeed/integration/REDSHIFT_HOST"
ssm_redshift_database = "/crossfeed/integration/REDSHIFT_DATABASE"
ssm_redshift_user = "/crossfeed/integration/REDSHIFT_USER"
ssm_redshift_password = "/crossfeed/integration/REDSHIFT_PASSWORD"
create_elasticache_cluster = true
create_elasticache_cluster = true
matomo_availability_zone = "us-east-1a"
2 changes: 1 addition & 1 deletion infrastructure/worker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ resource "aws_iam_role_policy" "worker_task_execution_role_policy" {
"Action": [
"kms:Decrypt"
],
"Resource": ${data.aws_ssm_parameter.worker_kms_keys.value}
"Resource": "${data.aws_ssm_parameter.worker_kms_keys.value}"
}
]
}
Expand Down

0 comments on commit 082a6ed

Please sign in to comment.