Skip to content

Commit

Permalink
changes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jcieslak committed Jan 25, 2024
1 parent 9b8d3d2 commit 42fe4b2
Show file tree
Hide file tree
Showing 18 changed files with 518 additions and 691 deletions.
43 changes: 0 additions & 43 deletions docs/data-sources/account_roles.md

This file was deleted.

57 changes: 0 additions & 57 deletions docs/resources/account_role.md

This file was deleted.

6 changes: 0 additions & 6 deletions examples/data-sources/snowflake_account_roles/data-source.tf

This file was deleted.

1 change: 0 additions & 1 deletion examples/resources/snowflake_account_role/import.sh

This file was deleted.

4 changes: 0 additions & 4 deletions examples/resources/snowflake_account_role/resource.tf

This file was deleted.

94 changes: 0 additions & 94 deletions pkg/datasources/account_roles.go

This file was deleted.

86 changes: 0 additions & 86 deletions pkg/datasources/account_roles_acceptance_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/datasources/role.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func Role() *schema.Resource {
return &schema.Resource{
Read: ReadRole,
Schema: roleSchema,
DeprecationMessage: "This resource is deprecated and will be removed in a future major version release. Please use snowflake_account_roles instead.",
DeprecationMessage: "This resource is deprecated and will be removed in a future major version release. Please use snowflake_roles instead.",
Importer: &schema.ResourceImporter{
StateContext: schema.ImportStatePassthroughContext,
},
Expand Down
Loading

0 comments on commit 42fe4b2

Please sign in to comment.