Skip to content

Commit

Permalink
docs: updating the examples to show the iam bounaries (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 authored Sep 17, 2024
1 parent fd50936 commit 1246f92
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/basics/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,16 @@ module "billing_viewer" {
"arn:aws:iam::aws:policy/CostOptimizationHubReadOnlyAccess",
]

managed_boundary_policy_arns = [
"arn:aws:iam::aws:policy/AWSBillingConductorReadOnlyAccess",
]

customer_managed_boundary_policy_references = [
{
name = "MyBoundaryPolicy"
}
]

assignments = [
{
principal_id = data.aws_identitystore_group.groups["Cloud Administrators"].group_id
Expand Down

0 comments on commit 1246f92

Please sign in to comment.