Moving app to azure storage
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user