Skip to content

Commit

Permalink
app: Update template-infra:app to version 0.15.2.post11.dev0+eddae5c
Browse files Browse the repository at this point in the history
  • Loading branch information
nava-platform-bot committed Feb 13, 2025
1 parent d32bc55 commit fe4c303
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 15 deletions.
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.2-10-g50da2c8
_commit: v0.15.2-11-geddae5c
_src_path: https://github.com/navapbc/template-infra
app_has_dev_env_setup: true
app_local_port: 3000
Expand Down
8 changes: 3 additions & 5 deletions infra/app/database/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ module "database" {
source = "../../modules/database/resources"
name = "${local.prefix}${local.database_config.cluster_name}"

vpc_id = module.network.vpc_id
database_subnet_group_name = module.network.database_subnet_group_name
private_subnet_ids = module.network.database_subnet_ids
aws_services_security_group_id = module.network.aws_services_security_group_id
is_temporary = local.is_temporary
network_name = local.environment_config.network_name
project_name = module.project_config.project_name
is_temporary = local.is_temporary
}
6 changes: 2 additions & 4 deletions infra/app/service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,8 @@ module "service" {

image_tag = local.image_tag

vpc_id = module.network.vpc_id
public_subnet_ids = module.network.public_subnet_ids
private_subnet_ids = module.network.private_subnet_ids
aws_services_security_group_id = module.network.aws_services_security_group_id
network_name = local.environment_config.network_name
project_name = module.project_config.project_name

domain_name = module.domain.domain_name
hosted_zone_id = module.domain.hosted_zone_id
Expand Down
5 changes: 0 additions & 5 deletions infra/app/service/network.tf

This file was deleted.

1 comment on commit fe4c303

@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 fe4c303

Please sign in to comment.