out of folder

This commit is contained in:
Tomás Limpinho
2025-08-18 22:09:33 +01:00
parent 807d2c87d9
commit 1e0e0f4db9
3 changed files with 0 additions and 4 deletions

View File

@ -18,7 +18,3 @@ terraform {
} }
provider "random" {} provider "random" {}
module "my_variables" {
source = "../variables" # path to the folder
}