Skip to content

Commit

Permalink
Fix: ibm_database datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
kavya498 authored and hkantare committed Oct 1, 2021
1 parent 8c1655f commit 3d54bc7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ibm/data_source_ibm_database.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,16 @@ func dataSourceIBMDatabaseInstance() *schema.Resource {
Type: schema.TypeString,
Computed: true,
},
"bundlename": {
Description: "Cassandra Bundle Name",
Type: schema.TypeString,
Computed: true,
},
"bundlebase64": {
Description: "Cassandra base64 encoding",
Type: schema.TypeString,
Computed: true,
},
"password": {
Description: "Password",
Type: schema.TypeString,
Expand Down

0 comments on commit 3d54bc7

Please sign in to comment.