1
0
Fork 0
terraform-training/project4/base.tf

5 lines
84 B
HCL

module "my_module" {
source = "../module1"
instance_name = "cedric-instance1"
}