Skip to content

Commit 7501ad4

Browse files
HUBS-1815 | Terraform - VDB update call fails when appdata_source_params are absent
1 parent b9e3ac9 commit 7501ad4

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)