google_compute_instance_group_managers resource
Syntax
A google_compute_instance_group_managers
is used to test a Google InstanceGroupManager resource
Beta Resource
This resource has beta fields available. To retrieve these fields, include beta: true
in the constructor for the resource.
Examples
describe google_compute_instance_group_managers(project: 'chef-gcp-inspec', zone: 'zone') do
its('base_instance_names') { should include 'igm' }
end
Properties
Properties that can be accessed from the google_compute_instance_group_managers
resource:
See google_compute_instance_group_manager for more detailed information.
base_instance_names
: an array ofgoogle_compute_instance_group_manager
base_instance_namecreation_timestamps
: an array ofgoogle_compute_instance_group_manager
creation_timestampcurrent_actions
: an array ofgoogle_compute_instance_group_manager
current_actionsdescriptions
: an array ofgoogle_compute_instance_group_manager
descriptionids
: an array ofgoogle_compute_instance_group_manager
idinstance_groups
: an array ofgoogle_compute_instance_group_manager
instance_groupinstance_templates
: an array ofgoogle_compute_instance_group_manager
instance_templatenames
: an array ofgoogle_compute_instance_group_manager
namenamed_ports
: an array ofgoogle_compute_instance_group_manager
named_portsregions
: an array ofgoogle_compute_instance_group_manager
regiontarget_pools
: an array ofgoogle_compute_instance_group_manager
target_poolstarget_sizes
: an array ofgoogle_compute_instance_group_manager
target_sizezones
: an array ofgoogle_compute_instance_group_manager
zone
Filter criteria
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.
GCP permissions
Ensure the Compute Engine API is enabled for the current project.