Terraform-provider-aws: Use AWS IAM Access Analyzer in AWS Organizations

Created on 31 Mar 2020  ยท  6Comments  ยท  Source: hashicorp/terraform-provider-aws

Community Note

  • Please vote on this issue by adding a ๐Ÿ‘ reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Analyzers can now be created in the AWS Organizations master account or a delegated member account with the entire organization as the zone of trust.

New or Affected Resource(s)

Potential Terraform Configuration

resource "aws_accessanalyzer_analyzer" "example" {
  type = "ORGANIZATION"
}

References

Announcement.
Blog post.

Requires AWS SDK v1.30.0:

Related:

enhancement servicaccessanalyzer

Most helpful comment

I would also appreciate that this is implemented ๐Ÿ™

Its usage should be straightforward:

resource "aws_accessanalyzer_analyzer" "example" {
  name = "example"
  type = "ORGANIZATION"
}

All 6 comments

Organizations definitely needs to supported for the analyzer.

@ewbankkit @bflad Any example usage available for aws_accessanalyzer_archive_rule resource in Terraform ?

I would also appreciate that this is implemented ๐Ÿ™

Its usage should be straightforward:

resource "aws_accessanalyzer_analyzer" "example" {
  name = "example"
  type = "ORGANIZATION"
}

Support for this functionality has been merged and will release with version 3.2.0 of the Terraform AWS Provider, later this week. ๐Ÿ‘

This has been released in version 3.2.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks!

I'm going to lock this issue because it has been closed for _30 days_ โณ. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

Was this page helpful?
0 / 5 - 0 ratings