github.com/tetrafolium/tflint@v0.8.0/tflint/test-fixtures/v0.11.0_module/module.tf (about)

     1  module "ecs_on_spotfleet" {
     2    source = "github.com/wata727/tf_aws_ecs_on_spotfleet.git?ref=master"
     3  }
     4  
     5  module "consul" {
     6     source = "hashicorp/consul/aws"
     7     version = ">= 0.0.3, <= 0.0.5"
     8  }