github.com/wata727/tflint@v0.12.2-0.20191013070026-96dd0d36f385/rules/awsrules/models/mappings/launch-configuration.hcl (about)

     1  import = "aws-sdk-go/models/apis/ec2/2016-11-15/api-2.json"
     2  
     3  // NOTE: `aws_launch_configuration` mapping is already defined in autoscaling.hcl
     4  //       The following mapping is to import ec2 types.
     5  mapping "aws_launch_configuration" {
     6    instance_type = InstanceType
     7  }