Skip to content

Commit

Permalink
r/aws_athena_database: remove ForceNew from bucket field
Browse files Browse the repository at this point in the history
  • Loading branch information
miyajan committed Oct 26, 2021
1 parent a2d3dea commit fda8207
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/service/athena/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ func ResourceDatabase() *schema.Resource {
"bucket": {
Type: schema.TypeString,
Required: true,
ForceNew: true,
},
"force_destroy": {
Type: schema.TypeBool,
Expand Down

0 comments on commit fda8207

Please sign in to comment.