We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e46cea commit a1d006bCopy full SHA for a1d006b
terraform/README.md
@@ -101,7 +101,7 @@ terraform destroy
101
| `aws_region` | AWS region to deploy resources | `us-east-1` |
102
| `function_name` | Name of the Lambda function | `decrypt-lambda` |
103
| `stage_name` | API Gateway stage name | `prod` |
104
-| `cors_origin` | CORS origin for API Gateway | `https://app.joinformal.com` |
+| `kms_key_arn` | ARN for KMS key we're using to decrypt | `` |
105
| `lambda_environment_variables` | Environment variables for Lambda | `{}` |
106
| `log_retention_days` | CloudWatch log retention in days | `14` |
107
0 commit comments