Skip to content

Commit b698ad3

Browse files
committed
Update validate.go for lint
1 parent 86822d8 commit b698ad3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

manifest/provider/validate.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ func (s *RawProviderServer) ValidateResourceTypeConfig(ctx context.Context, req
127127
if len(waitBlock) > 0 {
128128
var w map[string]tftypes.Value
129129
waitBlock[0].As(&w)
130-
waiters := []string{}
131130
for k, ww := range w {
132131
if !ww.IsNull() {
133132
if k == "condition" {
@@ -137,7 +136,6 @@ func (s *RawProviderServer) ValidateResourceTypeConfig(ctx context.Context, req
137136
continue
138137
}
139138
}
140-
waiters = append(waiters, k)
141139
}
142140
}
143141
}

0 commit comments

Comments
 (0)