github.com/cycloidio/terraform@v1.1.10-0.20220513142504-76d5c768dc63/configs/testdata/valid-modules/override-variable/a_override.tf (about) 1 variable "fully_overridden" { 2 default = "a_override" 3 description = "a_override description" 4 type = string 5 } 6 7 variable "partially_overridden" { 8 default = "a_override partial" 9 }