Skip to content

Commit

Permalink
Fixed #570
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawa12 committed Oct 23, 2024
1 parent b961db0 commit df2289e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/data-sources/tenant.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resource "dynatrace_iam_group" "some_group" {
permission {
name = "tenant-manage-settings"
type = "tenant"
scope = data.dynarace_tenant.tenant.id
scope = data.dynatrace_tenant.tenant.id
}
}
```
Expand Down

0 comments on commit df2289e

Please sign in to comment.