title | platform |
---|---|
About the google_redis_instances resource |
gcp |
A google_redis_instances
is used to test a Google Instance resource
This resource has beta fields available. To retrieve these fields, include beta: true
in the constructor for the resource
describe google_redis_instances(project: 'chef-gcp-inspec', region: 'us-central1') do
its('tiers') { should include 'STANDARD_HA' }
its('memory_size_gbs') { should include '1' }
its('alternative_location_ids') { should include 'us-central1-f' }
its('redis_versions') { should include 'REDIS_3_2' }
its('display_names') { should include 'InSpec test instance' }
its('reserved_ip_ranges') { should include '192.168.0.0/29' }
end
Properties that can be accessed from the google_redis_instances
resource:
See google_redis_instance.md for more detailed information
alternative_location_ids
: an array ofgoogle_redis_instance
alternative_location_idauth_enableds
: an array ofgoogle_redis_instance
auth_enabledauthorized_networks
: an array ofgoogle_redis_instance
authorized_networkconnect_modes
: an array ofgoogle_redis_instance
connect_modecreate_times
: an array ofgoogle_redis_instance
create_timecurrent_location_ids
: an array ofgoogle_redis_instance
current_location_iddisplay_names
: an array ofgoogle_redis_instance
display_namehosts
: an array ofgoogle_redis_instance
hostlabels
: an array ofgoogle_redis_instance
labelsredis_configs
: an array ofgoogle_redis_instance
redis_configslocation_ids
: an array ofgoogle_redis_instance
location_idnames
: an array ofgoogle_redis_instance
namememory_size_gbs
: an array ofgoogle_redis_instance
memory_size_gbports
: an array ofgoogle_redis_instance
portpersistence_iam_identities
: an array ofgoogle_redis_instance
persistence_iam_identityredis_versions
: an array ofgoogle_redis_instance
redis_versionreserved_ip_ranges
: an array ofgoogle_redis_instance
reserved_ip_rangetiers
: an array ofgoogle_redis_instance
tiertransit_encryption_modes
: (Beta only) an array ofgoogle_redis_instance
transit_encryption_modeserver_ca_certs
: (Beta only) an array ofgoogle_redis_instance
server_ca_certsregions
: an array ofgoogle_redis_instance
region
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.