+++
title = "google_bigtableadmin_clusters Resource" platform = "gcp" draft = false gh_repo = "inspec-gcp"
[menu.inspec]
title = "google_bigtableadmin_clusters" identifier = "inspec/resources/gcp/google_bigtableadmin_clusters Resource" parent = "inspec/resources/gcp" +++
Use the google_bigtableadmin_clusters
InSpec audit resource to test the properties of a test a Google Cluster.
{{% inspec_gcp_install %}}
A google_bigtableadmin_clusters
is used to test a Google Cluster resource
describe google_bigtableadmin_clusters(parent: ' value_parent') do
it { should exist }
its('names') { should include 'value_name' }
its('locations') { should include 'value_location' }
its('states') { should include 'value_state' }
its('default_storage_types') { should include 'value_defaultstoragetype' }
end
Properties that can be accessed from the google_bigtableadmin_clusters
resource:
See google_bigtableadmin_cluster.md for more detailed information
names
: an array ofgoogle_bigtableadmin_cluster
namelocations
: an array ofgoogle_bigtableadmin_cluster
locationstates
: an array ofgoogle_bigtableadmin_cluster
stateserve_nodes
: an array ofgoogle_bigtableadmin_cluster
serve_nodescluster_configs
: an array ofgoogle_bigtableadmin_cluster
cluster_configdefault_storage_types
: an array ofgoogle_bigtableadmin_cluster
default_storage_typeencryption_configs
: an array ofgoogle_bigtableadmin_cluster
encryption_config
Properties that can be accessed from the google_bigtableadmin_clusters
resource:
See google_bigtableadmin_cluster.md for more detailed information
names
: an array ofgoogle_bigtableadmin_cluster
namelocations
: an array ofgoogle_bigtableadmin_cluster
locationstates
: an array ofgoogle_bigtableadmin_cluster
stateserve_nodes
: an array ofgoogle_bigtableadmin_cluster
serve_nodescluster_configs
: an array ofgoogle_bigtableadmin_cluster
cluster_configdefault_storage_types
: an array ofgoogle_bigtableadmin_cluster
default_storage_typeencryption_configs
: an array ofgoogle_bigtableadmin_cluster
encryption_config
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 https://bigtableadmin.googleapis.com/ is enabled for the current project.