github.com/hs0210/hashicorp-terraform@v0.11.12-beta1/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 }