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.
resource "aws_accessanalyzer_analyzer" "example" {
type = "ORGANIZATION"
}
Requires AWS SDK v1.30.0:
Related:
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!
Most helpful comment
I would also appreciate that this is implemented ๐
Its usage should be straightforward: