Skip to content

Commit

Permalink
azurerm_storage_account data source - Add supports for `default_sha…
Browse files Browse the repository at this point in the history
…re_level_permission`
  • Loading branch information
magodo committed Aug 12, 2024
1 parent 4af1907 commit 5241ff9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/services/storage/storage_account_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,10 @@ func dataSourceStorageAccount() *pluginsdk.Resource {
},
},
},
"default_share_level_permission": {
Type: pluginsdk.TypeString,
Computed: true,
},
},
},
},
Expand Down
2 changes: 2 additions & 0 deletions website/docs/d/storage_account.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ output "storage_account_tier" {

* `active_directory` - An `active_directory` block as documented below.

* `default_share_level_permission` - The default share level permissions applied to all users.

---

`active_directory` supports the following:
Expand Down

0 comments on commit 5241ff9

Please sign in to comment.