Skip to content

Commit

Permalink
Fix import test
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhouston committed Feb 25, 2025
1 parent 0afef79 commit ea69d2d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions helm/resource_helm_release.go
Original file line number Diff line number Diff line change
Expand Up @@ -2104,6 +2104,13 @@ func (r *HelmRelease) ImportState(ctx context.Context, req resource.ImportStateR
"value": types.StringType,
},
})
state.SetWO = types.ListNull(types.ObjectType{
AttrTypes: map[string]attr.Type{
"name": types.StringType,
"type": types.StringType,
"value": types.StringType,
},
})
state.SetSensitive = types.ListNull(types.ObjectType{
AttrTypes: map[string]attr.Type{
"name": types.StringType,
Expand Down

0 comments on commit ea69d2d

Please sign in to comment.