github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/internal/configs/testdata/invalid-files/version-variable.tf (about)

     1  variable "module_version" { default = "v1.0" }
     2  
     3  module "foo" {
     4    source  = "./ff"
     5    version = var.module_version
     6  }