Closed sharccc closed 1 year ago
Digging into this one, this appears to be a larger issue in that we're not outputting the documentation for nested blocks, in addition to misidentifying identity
as a field rather than a block - will open a PR to fix both, which'll fix this issue.
FWIW support for User Assigned Identities is available in the next API Version, which there's a few remaining items to unblock, I'm going to re-focus this issue on the docs side and I've split out a separate issue for updating the API Version here (for which there's a few blockers): https://github.com/hashicorp/pandora/issues/2549
documentation is currently missing some readability details - input for
identity
should be a block containing type.currently:
identity
- (Optional) Specifies the Managed Identity which should be assigned to this Load Test.should be:
also requesting the identity aligns with AzureRM template and accepts both types of Managed Identities
(as an example) There is a similar identity block available for AzureRM Automation Account - allowing 3 options:
support case 104926 also feature request 1204255964099438
thanks - Sharon (HashiCorp Terraform Support)