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 IP addresses to allow to perform all actions to the bucket"
423
+
description="List of IP addresses to allow to perform all actions to the bucket. Add a CICD IP or VPN IP here or the bucket is a risk of getting locked out. To only deny s3 object access by IP, see `var.source_ip_allow_list_s3_objects`."
424
+
nullable=false
425
+
}
426
+
427
+
variable"source_ip_allow_list_s3_objects" {
428
+
type=list(string)
429
+
default=[]
430
+
description="List of IP addresses to allow to perform all s3 object actions to the bucket"
0 commit comments