We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can get service-instance details of a cos instance like
ic resource service-instance COSForAgentLogging
But in terraform I can't do
data "ibm_resource_instance" "cos_instance" { name = var.cos_instance_name service = "cloud-object-storage" }
Note: I didn't target any region or resource group.
Moreover, the datasource page says only 'name' as required parameter
The text was updated successfully, but these errors were encountered:
Tested with 1.48.0 Provider version and it works. Thank You.
Sorry, something went wrong.
No branches or pull requests
I can get service-instance details of a cos instance like
But in terraform I can't do
Note: I didn't target any region or resource group.
Moreover, the datasource page says only 'name' as required parameter
The text was updated successfully, but these errors were encountered: