Skip to content

Commit

Permalink
Staging db name for dev and fixing datbasetool
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 committed Aug 26, 2024
1 parent 67ee944 commit 4aca2e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws/database-tools/images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resource "null_resource" "build_blazer_docker_image" {
]

provisioner "local-exec" {
command = "cd /var/tmp/notification-lambdas/blazer/ && docker build -t ${aws_ecr_repository.blazer.repository_url}:bootstrap"
command = "cd /var/tmp/notification-lambdas/blazer/ && docker build -t ${aws_ecr_repository.blazer.repository_url}:bootstrap ."
}

}
Expand Down
2 changes: 1 addition & 1 deletion env/dev/rds/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ inputs = {
rds_instance_type = "db.t3.medium"
vpc_private_subnets = dependency.common.outputs.vpc_private_subnets
sns_alert_general_arn = dependency.common.outputs.sns_alert_general_arn
rds_database_name = "notificationcanadacadev"
rds_database_name = "NotificationCanadaCastaging"

sentinel_forwarder_cloudwatch_lambda_arn = dependency.eks.outputs.sentinel_forwarder_cloudwatch_lambda_arn
sentinel_forwarder_cloudwatch_lambda_name = dependency.eks.outputs.sentinel_forwarder_cloudwatch_lambda_name
Expand Down

0 comments on commit 4aca2e2

Please sign in to comment.