Skip to content

Commit

Permalink
Fixes build tag for service filters generator
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavison committed Feb 3, 2022
1 parent 9c2c950 commit 776a491
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
//go:build generate
// +build generate
//go:build ignore
// +build ignore

// The build tag is "ignore" here because otherwise `go mod tidy` cannot resolve the package
// "github.com/hashicorp/terraform-provider-aws/internal/namevaluesfilters"

package main

Expand Down

0 comments on commit 776a491

Please sign in to comment.