Skip to content

Commit

Permalink
fix(snowflake_share): Can't be renamed, ForceNew on name changes (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Lopez committed Aug 23, 2021
1 parent faf0767 commit 754a9df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/resources/share.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ var shareSchema = map[string]*schema.Schema{
Type: schema.TypeString,
Required: true,
Description: "Specifies the identifier for the share; must be unique for the account in which the share is created.",
ForceNew: true,
},
"comment": {
Type: schema.TypeString,
Expand Down

0 comments on commit 754a9df

Please sign in to comment.