github.com/jaredpalmer/terraform@v1.1.0-alpha20210908.0.20210911170307-88705c943a03/internal/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  }