Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
risicle committed Oct 19, 2023
1 parent fbbffb0 commit 7c99f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/cloudfoundry/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ output "s3_broker_common_user_policy_arn" {
}

output "s3_broker_user_permissions_boundary_arn" {
value = aws_iam_policy.s3_broker_user_permissions_boundary.arn
value = data.aws_iam_policy.s3_broker_user_permissions_boundary.arn
}

output "restrict_to_local_ips_policy_arn" {
Expand Down

0 comments on commit 7c99f33

Please sign in to comment.