Moving app to azure storage

This commit is contained in:
2025-04-19 09:26:00 -05:00
parent d2036f14e4
commit d290a45374
8 changed files with 154 additions and 97 deletions

View File

@@ -1,7 +1,9 @@
module "storage" {
source = "github.com/noahspannbauer/noahspan-terraform/modules/storage"
resource_group_name = var.RESOURCE_GROUP_NAME
static_websites = module.environment.static_websites
storage_account_name = module.environment.storage_account_name
storage_blobs = module.environment.storage_blobs
storage_tables = module.environment.storage_tables
}