Adds dataset_size_in_gb attribute #1452
terraform_provider.yml
on: pull_request
go build
15s
terraform providers schema
0s
go test
0s
tfproviderlint
0s
Annotations
10 errors and 1 warning
go build:
provider/datasource_rediscloud_active_active_database.go#L285
db.CrdbDatabases[0].DatasetSizeInGB undefined (type *"github.com/RedisLabs/rediscloud-go-api/service/databases".CrdbDatabase has no field or method DatasetSizeInGB)
|
go build:
provider/resource_rediscloud_active_active_database.go#L535
createDatabase.DatasetSizeInGB undefined (type "github.com/RedisLabs/rediscloud-go-api/service/databases".CreateActiveActiveDatabase has no field or method DatasetSizeInGB)
|
go build:
provider/resource_rediscloud_active_active_database.go#L631
db.CrdbDatabases[0].DatasetSizeInGB undefined (type *"github.com/RedisLabs/rediscloud-go-api/service/databases".CrdbDatabase has no field or method DatasetSizeInGB)
|
go build:
provider/resource_rediscloud_active_active_database.go#L862
update.DatasetSizeInGB undefined (type "github.com/RedisLabs/rediscloud-go-api/service/databases".UpdateActiveActiveDatabase has no field or method DatasetSizeInGB)
|
go build:
provider/resource_rediscloud_active_active_subscription.go#L668
createDatabase.DatasetSizeInGB undefined (type "github.com/RedisLabs/rediscloud-go-api/service/subscriptions".CreateDatabase has no field or method DatasetSizeInGB)
|
go build:
provider/resource_rediscloud_pro_database.go#L517
createDatabase.DatasetSizeInGB undefined (type "github.com/RedisLabs/rediscloud-go-api/service/databases".CreateDatabase has no field or method DatasetSizeInGB)
|
go build:
provider/resource_rediscloud_pro_database.go#L601
db.DatasetSizeInGB undefined (type *"github.com/RedisLabs/rediscloud-go-api/service/databases".Database has no field or method DatasetSizeInGB)
|
go build:
provider/resource_rediscloud_pro_database.go#L810
update.DatasetSizeInGB undefined (type "github.com/RedisLabs/rediscloud-go-api/service/databases".UpdateDatabase has no field or method DatasetSizeInGB)
|
go build:
provider/resource_rediscloud_pro_subscription.go#L885
createDatabase.DatasetSizeInGB undefined (type "github.com/RedisLabs/rediscloud-go-api/service/subscriptions".CreateDatabase has no field or method DatasetSizeInGB)
|
go build
Process completed with exit code 1.
|
go build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|