Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mgyucht committed Jan 31, 2024
1 parent 95a4999 commit 06c507a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type Resource struct {
Importer *schema.ResourceImporter

// Set to true for account-level resources that are never managed at the
// workspace level, like workspaces and OAuth. If false, the resource
// workspace level, like workspaces and networks. If false, the resource
// will have a `workspace_id` attribute that allows the user to use an
// account-level provider to manage workspace-level resources.
IsAccountLevelOnly bool
Expand Down

0 comments on commit 06c507a

Please sign in to comment.