Skip to content

Commit

Permalink
bad space
Browse files Browse the repository at this point in the history
  • Loading branch information
rgraue committed Mar 26, 2024
1 parent ebd55c1 commit ec67937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ resource "aws_s3_bucket_policy" "bucket_policy" {
]
Condition = {
IpAdress = {
"aws:SourceIp "= [
"aws:SourceIp" = [
"173.245.48.0/20",
"103.21.244.0/22",
"103.22.200.0/22",
Expand Down

0 comments on commit ec67937

Please sign in to comment.