Skip to content

Commit

Permalink
app: Update template-infra:app to version 0.15.1.post9.dev0+6f071d0
Browse files Browse the repository at this point in the history
  • Loading branch information
nava-platform-bot committed Jan 18, 2025
1 parent ad17fd5 commit 498705c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .template-infra/app-app.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: v0.15.1-8-gc8ccc18
_commit: v0.15.1-9-g6f071d0
_src_path: ../template-infra
app_has_dev_env_setup: true
app_local_port: 3000
Expand Down
4 changes: 4 additions & 0 deletions infra/app/service/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ output "migrator_role_arn" {
value = module.service.migrator_role_arn
}

output "migrator_username" {
value = module.app_config.has_database ? module.database[0].migrator_username : null
}

output "service_cluster_name" {
value = module.service.cluster_name
}
Expand Down

1 comment on commit 498705c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report for app

St.
Category Percentage Covered / Total
🟢 Statements 97.92% 47/48
🟢 Branches 85.71% 6/7
🟢 Functions 100% 8/8
🟢 Lines 100% 40/40

Test suite run success

5 tests passing in 3 suites.

Report generated by 🧪jest coverage report action from 498705c

Please sign in to comment.