Skip to content

Commit

Permalink
Merge pull request #952 from NOAA-OWP/ti-terraform-fixes
Browse files Browse the repository at this point in the history
Fixes terraform issues missed during model_version refactor
  • Loading branch information
DrixTabligan-NOAA authored Nov 12, 2024
2 parents 7774737 + f29e584 commit d698160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ functions:
timeout: 900
ephemeralStorageSize: 1024
environment:
FIM_BUCKET: ${FIM_BUCKET}
FIM_PREFIX: ${FIM_PREFIX}
FIM_VERSION: ${FIM_VERSION}
HAND_BUCKET: ${HAND_BUCKET}
HAND_VERSION: ${HAND_VERSION}
VIZ_DB_DATABASE: ${VIZ_DB_DATABASE}
VIZ_DB_HOST: ${VIZ_DB_HOST}
VIZ_DB_PASSWORD: ${VIZ_DB_PASSWORD}
Expand Down
4 changes: 0 additions & 4 deletions Core/LAMBDA/viz_functions/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -987,10 +987,6 @@ output "db_ingest" {
value = aws_lambda_function.viz_db_ingest
}

output "viz_stage_based_catfim" {
value = aws_lambda_function.viz_stage_based_catfim
}

output "fim_data_prep" {
value = aws_lambda_function.viz_fim_data_prep
}
Expand Down

0 comments on commit d698160

Please sign in to comment.