Skip to content
New issue

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

ibm_resource_instance data source should not need resource group id #4137

Open
srikar-git opened this issue Nov 3, 2022 · 1 comment
Open
Labels
service/Resource Management Issues related to Resource Manager or Resource controller Issues

Comments

@srikar-git
Copy link

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

@github-actions github-actions bot added the service/Resource Management Issues related to Resource Manager or Resource controller Issues label Nov 3, 2022
@srikar-git
Copy link
Author

Tested with 1.48.0 Provider version and it works. Thank You.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service/Resource Management Issues related to Resource Manager or Resource controller Issues
Projects
None yet
Development

No branches or pull requests

1 participant