variables path correction

This commit is contained in:
2025-08-18 20:11:41 +00:00
parent 3b7cf4e710
commit 1b204eeb66

View File

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