google_bigtableadmin_clusters resource
Use the google_bigtableadmin_clusters
InSpec audit resource to test the properties of a Google Cloud Cluster resource.
Examples
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
Parameters
Parameters that can be accessed from the google_bigtableadmin_clusters
resource:
See google_bigtableadmin_cluster 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
Properties that can be accessed from the google_bigtableadmin_clusters
resource:
See google_bigtableadmin_cluster 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
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 https://bigtableadmin.googleapis.com/ is enabled for the current project.