Skip to content

Commit

Permalink
fix brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
ASTRobinson committed Oct 3, 2024
1 parent 9da01b8 commit f8d92ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit-test/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ data "aws_iam_policy_document" "instance-scheduler-lambda-function-policy" {
]
resources = [
"${module.s3-bucket.bucket.arn}/*",
${module.s3-bucket.bucket.arn}
module.s3-bucket.bucket.arn
]
}
}
Expand Down
1 change: 1 addition & 0 deletions test/unit-test/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ terraform {
version = "~> 2.6"
}
required_version = ">= 1.0.1"
}
}

0 comments on commit f8d92ac

Please sign in to comment.