mirror of
https://github.com/ghndrx/GSP662.git
synced 2026-02-10 06:54:58 +00:00
7 lines
106 B
HCL
7 lines
106 B
HCL
# Module Configuration
|
|
|
|
module "storage" {
|
|
source = "./modules/storage"
|
|
project_id = var.project_id
|
|
}
|