You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@hkantare any plan to include this? ibm_is_instances returns all instances now which may end up being a lot!
My use case is to apply a security group (bastion) to all existing instances in a VPC. I can do it by filtering on the ibm_is_instances using a for/if in terraform but loading all instances in the account is inefficient
data ibm_is_instances
return all virtual server instances in the account. In most cases one will want to focus on a single VPC or a single subnet.The data resource should have optional vpc_id or subnet_id input parameter to filter the list of retrieved instances.
Affected Resource(s)
The text was updated successfully, but these errors were encountered: