Skip to content

Commit 42d6233

Browse files
Merge pull request #60 from Uddipaan-Hazarika/develop
HUBS-1815 | Terraform - VDB update call fails when appdata_source_params are absent
2 parents b9e3ac9 + 7501ad4 commit 42d6233

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/provider/resource_vdb.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,7 @@ func resourceVdb() *schema.Resource {
574574
"appdata_source_params": {
575575
Type: schema.TypeString,
576576
Optional: true,
577+
Computed: true,
577578
},
578579
"appdata_config_params": {
579580
Type: schema.TypeString,

0 commit comments

Comments
 (0)