Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Dec 19, 2023
1 parent 3c05f7e commit 4875ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module "s3-bucket" {
data "aws_iam_policy_document" "network_lb_bucket_policy" {
count = var.access_logs && var.load_balancer_type == "network" ? 1 : 0
statement {
effect = "Allos"
effect = "Allow"
actions = [
"s3:GetBucketAcl",
]
Expand Down

0 comments on commit 4875ad2

Please sign in to comment.