You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="List of origins to whitelist for CORS"
139
139
}
140
140
141
+
variable"s3_additional_allowed_origins" {
142
+
type=list(string)
143
+
description="Additional origins to allow for S3 bucket CORS configuration. Supports a wildcard in the domain name."
144
+
default=[]
145
+
}
146
+
141
147
variable"outbound_rate_limit_max_requests" {
142
148
type=number
143
149
description="The maximum number of requests per user allowed in the time frame specified by OutboundRateLimitMaxRequests. Setting to 0 will disable rate limits"
description="Additional origins to allow for S3 bucket CORS configuration. Supports a wildcard in the domain name."
214
+
type=list(string)
215
+
default=[]
216
+
}
217
+
212
218
variable"outbound_rate_limit_max_requests" {
213
219
description="The maximum number of requests per user allowed in the time frame specified by OutboundRateLimitMaxRequests. Setting to 0 will disable rate limits"
0 commit comments