Create dummy module

This commit is contained in:
Ben Martin 2024-06-03 21:34:19 +01:00
commit 1c94485587
No known key found for this signature in database
GPG key ID: 11936493893207E4
7 changed files with 156 additions and 0 deletions

3
prod/main.tf Normal file
View file

@ -0,0 +1,3 @@
module "dummy" {
source = "../modules/dummy"
}