github.com/handlerbot/terraform@v0.10.0-beta1.0.20180726153736-26b68d98f9cb/configs/test-fixtures/valid-modules/override-variable/primary.tf (about) 1 variable "fully_overridden" { 2 default = "base" 3 description = "base description" 4 type = string 5 } 6 7 variable "partially_overridden" { 8 default = "base" 9 description = "base description" 10 type = string 11 }