Skip to content

Commit

Permalink
Remove go:generate in the terraform package
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Jun 16, 2023
1 parent 99eaa04 commit f897333
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions terraform/addrs/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ func (r ResourceInstance) ContainingResource() Resource {
// resource lifecycle has a slightly different address format.
type ResourceMode rune

//go:generate go run golang.org/x/tools/cmd/stringer -type ResourceMode

const (
// InvalidResourceMode is the zero value of ResourceMode and is not
// a valid resource mode.
Expand Down

0 comments on commit f897333

Please sign in to comment.