| title | About the google_compute_instance_group_managers resource |
|---|---|
| platform | gcp |
A google_compute_instance_group_managers is used to test a Google InstanceGroupManager resource
describe google_compute_instance_group_managers(project: 'chef-gcp-inspec', zone: 'zone') do
its('base_instance_names') { should include 'igm' }
end
Properties that can be accessed from the google_compute_instance_group_managers resource:
See google_compute_instance_group_manager.md for more detailed information
base_instance_names: an array ofgoogle_compute_instance_group_managerbase_instance_namecreation_timestamps: an array ofgoogle_compute_instance_group_managercreation_timestampcurrent_actions: an array ofgoogle_compute_instance_group_managercurrent_actionsdescriptions: an array ofgoogle_compute_instance_group_managerdescriptionids: an array ofgoogle_compute_instance_group_manageridinstance_groups: an array ofgoogle_compute_instance_group_managerinstance_groupinstance_templates: an array ofgoogle_compute_instance_group_managerinstance_templatenames: an array ofgoogle_compute_instance_group_managernamenamed_ports: an array ofgoogle_compute_instance_group_managernamed_portsregions: an array ofgoogle_compute_instance_group_managerregiontarget_pools: an array ofgoogle_compute_instance_group_managertarget_poolstarget_sizes: an array ofgoogle_compute_instance_group_managertarget_sizezones: an array ofgoogle_compute_instance_group_managerzone
This resource supports all of the above properties as filter criteria, which can be used
with where as a block or a method.
Ensure the Compute Engine API is enabled for the current project.