Skip to content

Commit

Permalink
review(hadoop): Remove comment and description
Browse files Browse the repository at this point in the history
  • Loading branch information
youngmn committed Apr 15, 2024
1 parent 92ce672 commit 11cf001
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/service/hadoop/hadoop.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ func (r *hadoopResource) Schema(_ context.Context, req resource.SchemaRequest, r
Validators: []validator.Int64{
int64validator.AtLeast(2),
},
Description: "default: 2",
},
"use_kdc": schema.BoolAttribute{
Optional: true,
Expand All @@ -249,9 +248,7 @@ func (r *hadoopResource) Schema(_ context.Context, req resource.SchemaRequest, r
PlanModifiers: []planmodifier.Bool{
boolplanmodifier.RequiresReplace(),
},
Description: "default: false",
},
// Only uppercase letters (A-Z) are allowed and up to 15 digits are allowed. Only one dot(.) is allowed (ex. EXAMPLE.COM).
"kdc_realm": schema.StringAttribute{
Optional: true,
PlanModifiers: []planmodifier.String{
Expand Down

0 comments on commit 11cf001

Please sign in to comment.