Skip to content

Instantly share code, notes, and snippets.

@mrusso19
Last active November 21, 2024 10:56
Show Gist options
  • Save mrusso19/0b6a01cbe965be4b966c9126a361eef3 to your computer and use it in GitHub Desktop.
Save mrusso19/0b6a01cbe965be4b966c9126a361eef3 to your computer and use it in GitHub Desktop.
$ go test -i $(go list ./...) || exit 1
# github.com/cloudflare/terraform-provider-cloudflare/internal/framework/service/turnstile
internal/framework/service/turnstile/resource.go:124:17: cannot use widget.OffLabel (variable of type bool) as *bool value in struct literal
internal/framework/service/turnstile/resource.go:125:17: cannot use widget.Name (variable of type string) as *string value in struct literal
internal/framework/service/turnstile/resource.go:126:17: cannot use widget.Domains (variable of type []string) as *[]string value in struct literal
internal/framework/service/turnstile/resource.go:127:17: cannot use widget.Mode (variable of type string) as *string value in struct literal
internal/framework/service/turnstile/resource.go:128:17: cannot use widget.BotFightMode (variable of type bool) as *bool value in struct literal
# github.com/cloudflare/terraform-provider-cloudflare/internal/sdkv2provider
internal/sdkv2provider/resource_cloudflare_teams_accounts.go:465:14: cannot use logSettings["redact_pii"].(bool) (comma, ok expression of type bool) as *bool value in struct literal
FAIL github.com/cloudflare/terraform-provider-cloudflare [build failed]
make: *** [GNUmakefile:28: test] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment