Last active
November 21, 2024 10:56
-
-
Save mrusso19/0b6a01cbe965be4b966c9126a361eef3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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