Skip to content

Commit

Permalink
Removing an attribute that is not defined in the schema from HelmTemp…
Browse files Browse the repository at this point in the history
…lateModel struct
  • Loading branch information
JaylonmcShan03 committed Nov 11, 2024
1 parent 679b92b commit 048efe0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions helm-framework/helm/data_source_helm_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ type HelmTemplateModel struct {
Set types.Set `tfsdk:"set"`
SetList types.List `tfsdk:"set_list"`
SetSensitive types.Set `tfsdk:"set_sensitive"`
SetString types.Set `tfsdk:"set_string"`
ShowOnly types.List `tfsdk:"show_only"`
SkipCrds types.Bool `tfsdk:"skip_crds"`
SkipTests types.Bool `tfsdk:"skip_tests"`
Expand Down Expand Up @@ -113,12 +112,6 @@ type SetSensitiveValue struct {
Type types.String `tfsdk:"type"`
Value types.String `tfsdk:"value"`
}

type SetStringValue struct {
Name types.String `tfsdk:"name"`
Value types.String `tfsdk:"value"`
}

type Postrender struct {
BinaryPath types.String `tfsdk:"binary_path"`
}
Expand Down

0 comments on commit 048efe0

Please sign in to comment.