Skip to content

Commit

Permalink
updated folder
Browse files Browse the repository at this point in the history
  • Loading branch information
AC committed Jul 13, 2024
1 parent 4b84e15 commit 3b2ce85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/cloud/environments/sandbox/webapp.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ locals {
}

module "security" {
source = "../../../modules/security"
source = "../../modules/security"
environment = local.environment
application_name = local.application_name
kms_key_name = "jasper-kms-key"

}

module "storage" {
source = "../../../modules/storage"
source = "../../modules/storage"
environment = local.environment
application_name = local.application_name
kms_key_name = module.security.kms_key_alias
Expand Down

0 comments on commit 3b2ce85

Please sign in to comment.