Change Result (Click me)
```hcl
# azurerm_role_assignment.search_contributor_hmcts_way will be created
+ resource "azurerm_role_assignment" "search_contributor_hmcts_way" {
+ id = (known after apply)
+ name = (known after apply)
+ principal_id = "/servicePrincipals/29703cf0-15f5-411c-be38-425663df214b"
+ principal_type = (known after apply)
+ role_definition_id = (known after apply)
+ role_definition_name = "Search Service Contributor"
+ scope = "/subscriptions/1baf5470-1c3e-40d3-a6f7-74bfbce4b348/resourceGroups/slack-help-bot-cftptl-intsvc-rg/providers/Microsoft.Search/searchServices/platops-slack-help-bot-ptl"
+ skip_service_principal_aad_check = (known after apply)
}
# azurerm_role_assignment.storage_blob_data_contributor_hmcts_way will be created
+ resource "azurerm_role_assignment" "storage_blob_data_contributor_hmcts_way" {
+ id = (known after apply)
+ name = (known after apply)
+ principal_id = "/servicePrincipals/29703cf0-15f5-411c-be38-425663df214b"
+ principal_type = (known after apply)
+ role_definition_id = (known after apply)
+ role_definition_name = "Storage Blob Data Contributor"
+ scope = "/subscriptions/1baf5470-1c3e-40d3-a6f7-74bfbce4b348/resourceGroups/slack-help-bot-cftptl-intsvc-rg/providers/Microsoft.Storage/storageAccounts/platopslackhelpbotai"
+ skip_service_principal_aad_check = (known after apply)
}
Plan: 2 to add, 0 to change, 0 to destroy.
```
This PR contains the following updates:
1.9.7
->1.9.8
Release Notes
hashicorp/terraform (hashicorp/terraform)
### [`v1.9.8`](https://redirect.github.com/hashicorp/terraform/releases/tag/v1.9.8) [Compare Source](https://redirect.github.com/hashicorp/terraform/compare/v1.9.7...v1.9.8) #### 1.9.8 (October 16, 2024) BUG FIXES: - init: Highlight missing subdirectories of registry modules in error message ([#35848](https://redirect.github.com/hashicorp/terraform/pull/35848)) - init: Prevent crash when loading `provider_meta` blocks with invalid names ([#35842](https://redirect.github.com/hashicorp/terraform/pull/35842)) - config generation: Escape all invalid syntax in generate map keys with quotes ([#35837](https://redirect.github.com/hashicorp/terraform/pull/35837)) - plan: also validate provider requirements from state ([#35864](https://redirect.github.com/hashicorp/terraform/pull/35864))Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.