Open
Description
We hid an error with the newest version 0.50.5
Error: Error when loading default quota: no resource exists with the name organization_quotas, did you add it to 'api/cloudcontroller/ccv3/internal/api_routes.go'?
on providers.tf line 63, in provider "cloudfoundry":
63: provider "cloudfoundry" {}
When fixing the provider version to 0.50.4 the issue does not occur
cloudfoundry = {
source = "cloudfoundry-community/cloudfoundry"
version = "0.50.4"
}