github.com/wata727/tflint@v0.12.2-0.20191013070026-96dd0d36f385/integration/arguments/dir/template.tf (about)

     1  resource "aws_instance" "template" {
     2    instance_type = "t1.2xlarge"
     3  }
     4  
     5  // `terraform get` in Terraform v0.12
     6  module "instances" {
     7    source = "./module"
     8  }