Skip to content

Commit

Permalink
Add missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ha7315 committed Oct 15, 2024
1 parent 837d9f3 commit 84e7b98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/postgres-etl/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module "extract" {
efs_access_point_id = var.efs_access_point_id
efs_file_system_id = var.efs_file_system_id
ecs_extract_execution_role_arn = var.ecs_extract_execution_role_arn
ecs_extract_execution_role_name = var.ecs_extract_execution_role_name
ecs_cluster_arn = var.ecs_cluster_arn
postgres_docker_image = var.postgres_docker_image
environment_name = var.environment_name
Expand All @@ -33,6 +34,7 @@ module "load" {
efs_access_point_id = var.efs_access_point_id
efs_file_system_id = var.efs_file_system_id
ecs_load_execution_role_arn = var.ecs_load_execution_role_arn
ecs_load_execution_role_name = var.ecs_load_execution_role_name
ecs_cluster_arn = var.ecs_cluster_arn
postgres_docker_image = var.postgres_docker_image
environment_name = var.environment_name
Expand Down

0 comments on commit 84e7b98

Please sign in to comment.