Files
GSP662/main.tf
gregory hendrickson 2dbecd83d3 .
2023-03-15 13:40:58 -07:00

7 lines
106 B
HCL

# Module Configuration
module "storage" {
source = "./modules/storage"
project_id = var.project_id
}