Skip to content

Commit

Permalink
Merge pull request #35204 from acwwat/d-aws_accessanalyzer-update_typ…
Browse files Browse the repository at this point in the history
…e_desc

docs: Update type valid values for aws_accessanalyzer_analyzer
  • Loading branch information
justinretzolk authored Jan 9, 2024
2 parents 6c6683a + f2dfd3e commit 43a9d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/accessanalyzer_analyzer.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The following arguments are required:
The following arguments are optional:

* `tags` - (Optional) Key-value map of resource tags. If configured with a provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
* `type` - (Optional) Type of Analyzer. Valid values are `ACCOUNT` or `ORGANIZATION`. Defaults to `ACCOUNT`.
* `type` - (Optional) Type of Analyzer. Valid values are `ACCOUNT`, `ORGANIZATION`, `ACCOUNT_UNUSED_ACCESS `, `ORGANIZATION_UNUSED_ACCESS`. Defaults to `ACCOUNT`.

## Attribute Reference

Expand Down

0 comments on commit 43a9d8d

Please sign in to comment.