github.com/mcuckson/tflint@v0.8.0/tflint/test-fixtures/v0.12.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 "instance" {
     6    source = "./ec2"
     7    ami_id = "ami-1234abcd"
     8  }
     9  
    10  module "consul" {
    11     source = "hashicorp/consul/aws"
    12     version = ">= 0.0.3, <= 0.0.5"
    13  }