Skip to content

Commit

Permalink
Merge pull request #36566 from hashicorp/b-lakeformation_lf_tag_valid…
Browse files Browse the repository at this point in the history
…ation

r/aws_lakeformation_resource_lf_tag: remove unneeded validation
  • Loading branch information
johnsonaj authored Mar 25, 2024
2 parents 0f14d58 + e460809 commit 3a767e3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions internal/service/lakeformation/resource_lf_tag.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,6 @@ func (r *resourceResourceLFTag) Schema(ctx context.Context, req resource.SchemaR
},
"name": schema.StringAttribute{
Required: true,
Validators: []validator.String{
stringvalidator.AtLeastOneOf(
path.MatchRelative().AtParent().AtName("name"),
path.MatchRelative().AtParent().AtName("wildcard"),
),
},
PlanModifiers: []planmodifier.String{
stringplanmodifier.RequiresReplace(),
stringplanmodifier.UseStateForUnknown(),
Expand Down

0 comments on commit 3a767e3

Please sign in to comment.