We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a6292 commit a34f580Copy full SHA for a34f580
2 files changed
terraform/environments/aws/variables.tf
@@ -213,7 +213,7 @@ variable "lambda_enable_function_url" {
213
variable "lambda_function_url_auth_type" {
214
description = "Function URL auth type (NONE or AWS_IAM)"
215
type = string
216
- default = "AWS_IAM"
+ default = "NONE"
217
}
218
219
variable "lambda_allowed_origins" {
terraform/modules/compute/aws/lambda/variables.tf
@@ -92,7 +92,7 @@ variable "enable_function_url" {
92
variable "function_url_auth_type" {
93
description = "Function URL authorization type (NONE or AWS_IAM)"
94
95
96
97
98
variable "allowed_origins" {
0 commit comments