Skip to content

Commit ecfd105

Browse files
author
Uddipaan Hazarika
committed
DLPXECO-11582 | isAppdata implementation moved to getter
1 parent 75161a8 commit ecfd105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/resource_vdb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1592,7 +1592,7 @@ func resourceVdbRead(ctx context.Context, d *schema.ResourceData, meta interface
15921592
d.Set("post_stop", flattenVDbHooks(result.GetHooks().PostStop))
15931593
d.Set("pre_rollback", flattenVDbHooks(result.GetHooks().PreRollback))
15941594
d.Set("post_rollback", flattenVDbHooks(result.GetHooks().PostRollback))
1595-
if !*result.IsAppdata {
1595+
if !result.GetIsAppdata() {
15961596
d.Set("database_name", result.GetDatabaseName())
15971597
}
15981598

0 commit comments

Comments
 (0)