Skip to content

Commit

Permalink
reverted name change
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWardle committed Jun 3, 2024
1 parent 4b35fdb commit 61940f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/iam-users/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ resource "aws_lambda_permission" "allow_cloudwatch_every_five_minutes" {
}

# Permission boundary
resource "aws_iam_policy" "user_access_boundary" {
resource "aws_iam_policy" "s3_full_access_boundary" {
name = "BCGOV_IAM_USER_BOUNDARY_POLICY"
path = "/"
description = "Permission boundary policy for the BC Gov IAM user service"
Expand Down

0 comments on commit 61940f3

Please sign in to comment.