Bump github.com/cloudflare/cloudflare-go from 0.49.0 to 0.83.0 #93
lint.yml
on: pull_request
golangci-lint
1m 0s
Matrix: tfproviderlint
Annotations
10 errors
tfproviderlint (ubuntu-latest):
internal/provider/data_source_access_identity_provider.go#L29
client.AccessIdentityProviders undefined (type *cloudflare.API has no field or method AccessIdentityProviders)
|
tfproviderlint (ubuntu-latest):
internal/provider/data_source_access_identity_provider.go#L31
client.ZoneLevelAccessIdentityProviders undefined (type *cloudflare.API has no field or method ZoneLevelAccessIdentityProviders)
|
tfproviderlint (ubuntu-latest):
internal/provider/data_source_account_roles.go#L53
client.AccountRoles undefined (type *cloudflare.API has no field or method AccountRoles)
|
tfproviderlint (ubuntu-latest):
internal/provider/data_source_origin_ca_root_certificate.go#L35
undefined: cloudflare.OriginCARootCertificate
|
tfproviderlint (ubuntu-latest):
internal/provider/provider.go#L335
undefined: cloudflare.UsingAccount
|
tfproviderlint (ubuntu-latest):
internal/provider/resource_cloudflare_access_application.go#L82
cannot use identifier.Value (variable of type string) as *cloudflare.ResourceContainer value in argument to client.CreateAccessApplication
|
tfproviderlint (ubuntu-latest):
internal/provider/resource_cloudflare_access_application.go#L82
cannot use newAccessApplication (variable of type cloudflare.AccessApplication) as cloudflare.CreateAccessApplicationParams value in argument to client.CreateAccessApplication
|
tfproviderlint (ubuntu-latest):
internal/provider/resource_cloudflare_access_application.go#L84
client.CreateZoneLevelAccessApplication undefined (type *cloudflare.API has no field or method CreateZoneLevelAccessApplication)
|
tfproviderlint (ubuntu-latest):
internal/provider/resource_cloudflare_access_application.go#L105
client.AccessApplication undefined (type *cloudflare.API has no field or method AccessApplication)
|
tfproviderlint (ubuntu-latest):
internal/provider/resource_cloudflare_access_application.go#L107
client.ZoneLevelAccessApplication undefined (type *cloudflare.API has no field or method ZoneLevelAccessApplication)
|