github.com/jpreese/tflint@v0.19.2-0.20200908152133-b01686250fb6/rules/awsrules/models/mappings/cloudfront.hcl (about) 1 import = "aws-sdk-go/models/apis/cloudfront/2020-05-31/api-2.json" 2 3 mapping "aws_cloudfront_distribution" { 4 http_version = HttpVersion 5 price_class = PriceClass 6 } 7 8 test "aws_cloudfront_distribution" "http_version" { 9 ok = "http2" 10 ng = "http1.2" 11 } 12 13 test "aws_cloudfront_distribution" "price_class" { 14 ok = "PriceClass_All" 15 ng = "PriceClass_300" 16 }