Skip to content

Commit b5b219b

Browse files
addressing review comments HUBS-1559
1 parent 6af42e9 commit b5b219b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ HOSTNAME=delphix.com
33
NAMESPACE=dct
44
NAME=delphix
55
BINARY=terraform-provider-${NAME}
6-
VERSION=2.0.0-beta
6+
VERSION=1.0.1
77
OS_ARCH=darwin_amd64
88

99
default: install

internal/provider/resource_vdb.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,6 +1287,8 @@ func resourceVdbRead(ctx context.Context, d *schema.ResourceData, meta interface
12871287
d.Set("parent_id", result.GetParentId())
12881288
d.Set("group_name", result.GetGroupName())
12891289
d.Set("creation_date", result.GetCreationDate().String())
1290+
d.Set("appdata_source_params", result.GetAppdataSourceParams())
1291+
d.Set("appdata_config_params", result.GetAppdataConfigParams())
12901292
d.Set("id", vdbId)
12911293

12921294
return diags

0 commit comments

Comments
 (0)