Skip to content

Commit

Permalink
Add networking module reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Macapobre committed Jul 25, 2024
1 parent 664bcb8 commit abebde8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions infrastructure/cloud/environments/sandbox/webapp.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ module "container" {
app_name = var.app_name
depends_on = [module.security, module.networking]
}

module "networking" {
source = "../../modules/networking"
environment = var.environment
app_name = var.app_name
}

0 comments on commit abebde8

Please sign in to comment.