variables path correction

This commit is contained in:
2025-08-18 20:13:44 +00:00
parent 1b204eeb66
commit a79d007857

View File

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