From 3546650ac6e8c5f2e85efd5d6c8bb7aee4ba3150 Mon Sep 17 00:00:00 2001 From: Matthew Frahry Date: Mon, 22 Mar 2021 10:51:01 -0700 Subject: [PATCH] backend/azurerm: adding the right role name --- website/docs/language/settings/backends/azurerm.html.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/language/settings/backends/azurerm.html.md b/website/docs/language/settings/backends/azurerm.html.md index c0ab248d2..e2d2c2458 100644 --- a/website/docs/language/settings/backends/azurerm.html.md +++ b/website/docs/language/settings/backends/azurerm.html.md @@ -62,7 +62,7 @@ terraform { } ``` --> **Note:** When using AzureAD for Authentication to Storage you also need to ensure the `XXX` and `XXX` roles are assigned. +-> **Note:** When using AzureAD for Authentication to Storage you also need to ensure the `Storage Blob Data Owner` role is assigned. --- @@ -153,7 +153,7 @@ data "terraform_remote_state" "foo" { } ``` --> **Note:** When using AzureAD for Authentication to Storage you also need to ensure the `XXX` and `XXX` roles are assigned. +-> **Note:** When using AzureAD for Authentication to Storage you also need to ensure the `Storage Blob Data Owner` role is assigned. --- @@ -241,7 +241,7 @@ When authenticating using AzureAD Authentication - the following fields are also * `use_azuread_auth` - (Optional) Should AzureAD Authentication be used to access the Blob Storage Account. This can also be sourced from the `ARM_USE_AZUREAD` environment variable. --> **Note:** When using AzureAD for Authentication to Storage you also need to ensure the `XXX` and `XXX` roles are assigned. +-> **Note:** When using AzureAD for Authentication to Storage you also need to ensure the `Storage Blob Data Owner` role is assigned. ---