diff --git a/examples/s3-api-gateway-integration/main.tf b/examples/s3-api-gateway-integration/main.tf index 974bdf4abb50..557e0f7b9384 100644 --- a/examples/s3-api-gateway-integration/main.tf +++ b/examples/s3-api-gateway-integration/main.tf @@ -26,8 +26,8 @@ EOF } # Create API Gateway Role -resource "aws_iam_role" "s3_api_gateyway_role" { - name = "s3-api-gateyway-role" +resource "aws_iam_role" "s3_api_gateway_role" { + name = "s3-api-gateway-role" # Create Trust Policy for API Gateway assume_role_policy = <