terraform-aws-api-gateway-enable-cors icon indicating copy to clipboard operation
terraform-aws-api-gateway-enable-cors copied to clipboard

Easily add an OPTIONS method to an API Gateway resource to enable CORS

Results 3 terraform-aws-api-gateway-enable-cors issues
Sort by recently updated
recently updated
newest added

On using the terraform-aws-api-gateway-enable-cors module and running terraform plan Error │ on .terraform/modules/cors/headers.tf line 27, in locals: │ 27: headers = map( │ 28: "Access-Control-Allow-Headers", "'${join(",", var.allow_headers)}'", │ 29: "Access-Control-Allow-Methods",...

#16 Tested on Terraform 1.1.3, this will break terraform < v0.12

The Readme does not list all resources, inputs and outputs used by this module. This can be easily achieved by using terraform-docs. This information is useful when auditing this module.