Skip to content

Commit

Permalink
data.azurerm_logic_app_standard - fix a bug on identity (hashicor…
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyeqf authored Dec 3, 2024
1 parent 9287fe7 commit a420ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/logic/logic_app_standard_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func dataSourceLogicAppStandard() *pluginsdk.Resource {
Computed: true,
},

"identity": commonschema.SystemAssignedIdentityComputed(),
"identity": commonschema.SystemAssignedUserAssignedIdentityComputed(),

"site_config": schemaLogicAppStandardSiteConfig(),

Expand Down

0 comments on commit a420ba8

Please sign in to comment.