From b90538a31d158ce5be6193484cec65de6bb3f9d4 Mon Sep 17 00:00:00 2001 From: Marco Date: Fri, 27 Sep 2024 15:42:11 +0200 Subject: [PATCH] fixed a typo in pattern json file --- .../apigw-http-api-waf-cloudfront-terraform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apigw-http-api-waf-cloudfront-terraform/apigw-http-api-waf-cloudfront-terraform.json b/apigw-http-api-waf-cloudfront-terraform/apigw-http-api-waf-cloudfront-terraform.json index 80486157f..688e57ed8 100644 --- a/apigw-http-api-waf-cloudfront-terraform/apigw-http-api-waf-cloudfront-terraform.json +++ b/apigw-http-api-waf-cloudfront-terraform/apigw-http-api-waf-cloudfront-terraform.json @@ -1,6 +1,6 @@ { "title": "Protect Amazon API Gateway with Amazon CloudFront and AWS WAF", - "description": "Provision a Amazon API Gateway (with Amazon CloudFront and AWS WAF) using Terraform", + "description": "Provision an Amazon API Gateway (with Amazon CloudFront and AWS WAF) using Terraform", "language": "Python", "level": "300", "framework": "Terraform",