parent
cf3b9f4518
commit
70aff7bed1
4 changed files with 87 additions and 0 deletions
4
main.tf
4
main.tf
|
@ -5,3 +5,7 @@ terraform {
|
|||
module "dummy" {
|
||||
source = "./modules/dummy"
|
||||
}
|
||||
|
||||
module "media-centre" {
|
||||
source = "./modules/media-centre"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue