title | platform |
---|---|
About the google_compute_service_attachments resource |
gcp |
A google_compute_service_attachments
is used to test a Google ServiceAttachment resource
describe google_compute_service_attachments(project: 'chef-gcp-inspec', region: ' value_region') do
it { should exist }
end
Properties that can be accessed from the google_compute_service_attachments
resource:
See google_compute_service_attachment.md for more detailed information
kinds
: an array ofgoogle_compute_service_attachment
kindids
: an array ofgoogle_compute_service_attachment
idcreation_timestamps
: an array ofgoogle_compute_service_attachment
creation_timestampnames
: an array ofgoogle_compute_service_attachment
namedescriptions
: an array ofgoogle_compute_service_attachment
descriptionself_links
: an array ofgoogle_compute_service_attachment
self_linkregions
: an array ofgoogle_compute_service_attachment
regionproducer_forwarding_rules
: an array ofgoogle_compute_service_attachment
producer_forwarding_ruletarget_services
: an array ofgoogle_compute_service_attachment
target_serviceconnection_preferences
: an array ofgoogle_compute_service_attachment
connection_preferenceconnected_endpoints
: an array ofgoogle_compute_service_attachment
connected_endpointsnat_subnets
: an array ofgoogle_compute_service_attachment
nat_subnetsenable_proxy_protocols
: an array ofgoogle_compute_service_attachment
enable_proxy_protocolconsumer_reject_lists
: an array ofgoogle_compute_service_attachment
consumer_reject_listsconsumer_accept_lists
: an array ofgoogle_compute_service_attachment
consumer_accept_listspsc_service_attachment_ids
: an array ofgoogle_compute_service_attachment
psc_service_attachment_idfingerprints
: an array ofgoogle_compute_service_attachment
fingerprintdomain_names
: an array ofgoogle_compute_service_attachment
domain_namesreconcile_connections
: an array ofgoogle_compute_service_attachment
reconcile_connections
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.