I am trying to create a cloud service for mysql in Ibm Cloud via Cloud Foundry. From terminal after logging into IBM cloud via cf login , i am trying to create a db service using the following command
$ cf create-service mysql free first-push-db
However i get the error message
The plan 'Free' could not be found for service offering 'mysql'.
The documentation is not conclusive on the cloud foundry website and mentions that the plan 'varies' https://tutorials.cloudfoundry.org/trycf/docs/provisioning/
How does one get to know what are the 'plans' available for the Pay-As-You-Go account on Ibm Cloud ?