Skip to content

Commit

Permalink
make folder computed, in case unset
Browse files Browse the repository at this point in the history
  • Loading branch information
bendrucker committed Oct 11, 2023
1 parent 243d9d9 commit 415b1c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions observe/resource_dataset_outbound_share.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func resourceDatasetOutboundShare() *schema.Resource {
"folder": {
Type: schema.TypeString,
Optional: true,
Computed: true, // Default folder when unset
ValidateDiagFunc: validateOID(oid.TypeFolder),
},
"oid": {
Expand Down

0 comments on commit 415b1c6

Please sign in to comment.