Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for aws_ssoadmin_permissions_boundary_attachment #37

Open
anthonyangel opened this issue Feb 15, 2023 · 0 comments · May be fixed by #50
Open

Support for aws_ssoadmin_permissions_boundary_attachment #37

anthonyangel opened this issue Feb 15, 2023 · 0 comments · May be fixed by #50

Comments

@anthonyangel
Copy link

Have a question? Please checkout our Slack Community or visit our Slack Archive.

Slack Community

Describe the Feature

Extend this module to allow setting AWS SSO Admin Permissions Boundary resources, https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssoadmin_permissions_boundary_attachment

Expected Behavior

Being able to set the permissions boundary via a call to the module

Use Case

This is a relatively new feature supported by AWS. Currently we have inline policies with Deny on them, but using a permissions boundary would be the more idiomatic AWS way of doing it.

Describe Ideal Solution

permissions_boundary as an optional argument to the permission set.

Alternatives Considered

  • Using deny on an inline policy
  • Creating the ssoadmin_permissions_boundary_attachment outside of the module (referencing the ARN created by the module)

Additional Context

ssoadmin_customer_managed_policy_attachment was also recently announced, as an alternative to inline policies. It would likely be a very similar implementation

@aaronrea aaronrea linked a pull request Oct 30, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant