Skip to content

Commit a1d006b

Browse files
committed
update docs with kms key arn instead of origin
1 parent 2e46cea commit a1d006b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ terraform destroy
101101
| `aws_region` | AWS region to deploy resources | `us-east-1` |
102102
| `function_name` | Name of the Lambda function | `decrypt-lambda` |
103103
| `stage_name` | API Gateway stage name | `prod` |
104-
| `cors_origin` | CORS origin for API Gateway | `https://app.joinformal.com` |
104+
| `kms_key_arn` | ARN for KMS key we're using to decrypt | `` |
105105
| `lambda_environment_variables` | Environment variables for Lambda | `{}` |
106106
| `log_retention_days` | CloudWatch log retention in days | `14` |
107107

0 commit comments

Comments
 (0)