terraform-provider-azurerm icon indicating copy to clipboard operation
terraform-provider-azurerm copied to clipboard

Error in documentation for data.azurerm_automation_account for attribute identity block

Open soohonlee opened this issue 3 years ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Community Note

  • Please vote on this issue by adding a :thumbsup: reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, 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

Lines 48-56 of the file website/docs/d/automation_account.html.markdown contains errors.

It has the text

An `identity` block exports the following:

* `type` - The type of Managed Service Identity that is configured on this API Management Service.

* `principal_id` - The Principal ID of the System Assigned Managed Service Identity that is configured on this API Management Service.

* `tenant_id` - The Tenant ID of the System Assigned Managed Service Identity that is configured on this API Management Service.

* `identity_ids` - The list of User Assigned Managed Identity IDs assigned to this API Management Service.

while it should have the text:

An `identity` block exports the following:

* `type` - The type of Managed Service Identity that is configured on this Automation Account.

* `principal_id` - The Principal ID of the System Assigned Managed Service Identity that is configured on this Automation Account.

* `tenant_id` - The Tenant ID of the System Assigned Managed Service Identity that is configured on this Automation Account.

* `identity_ids` - The list of User Assigned Managed Identity IDs assigned to this Automation Account

New or Affected Resource(s)/Data Source(s)

data.azurerm_automation_account

Potential Terraform Configuration

No response

References

https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/automation_account

soohonlee avatar Sep 23 '22 04:09 soohonlee