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

     1  import = "aws-sdk-go/models/apis/license-manager/2018-08-01/api-2.json"
     2  
     3  mapping "aws_licensemanager_association" {
     4    license_configuration_arn = String
     5    resource_arn              = String
     6  }
     7  
     8  mapping "aws_licensemanager_license_configuration" {
     9    name                     = String
    10    description              = String
    11    license_count            = BoxLong
    12    license_count_hard_limit = BoxBoolean
    13    license_counting_type    = LicenseCountingType
    14    license_rules            = StringList
    15    tags                     = TagList
    16  }