Skip to content

Commit

Permalink
Add deprecate message in resource as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorna-Kelly committed Sep 23, 2022
1 parent c7c5f2b commit d769bfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibm/service/database/resource_ibm_database.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ func ResourceIBMDatabaseInstance() *schema.Resource {
},
},
},
Deprecated: "This field is deprecated, please use ibm_database_connection instead",
},
"whitelist": {
Type: schema.TypeSet,
Expand Down

0 comments on commit d769bfd

Please sign in to comment.