github.com/scottwinkler/terraform@v0.11.6-0.20180329211809-05143987aea8/configs/test-fixtures/valid-modules/override-module/a_override.tf (about)

     1  
     2  module "example" {
     3    source = "./example2-a_override"
     4  
     5    foo = "a_override foo"
     6    new = "a_override new"
     7  }