title | platform |
---|---|
About the google_compute_external_vpn_gateways resource |
gcp |
A google_compute_external_vpn_gateways
is used to test a Google externalVpnGateway resource
describe google_compute_external_vpn_gateways(project: 'chef-gcp-inspec') do
it { should exist }
it { should be_up }
end
Properties that can be accessed from the google_compute_external_vpn_gateways
resource:
See google_compute_external_vpn_gateway.md for more detailed information
creation_timestamps
: an array ofgoogle_compute_external_vpn_gateway
creation_timestampredundancy_types
: an array ofgoogle_compute_external_vpn_gateway
redundancy_typeinterfaces
: an array ofgoogle_compute_external_vpn_gateway
interfaceslabels
: an array ofgoogle_compute_external_vpn_gateway
labelslabel_fingerprints
: an array ofgoogle_compute_external_vpn_gateway
label_fingerprintnext_page_tokens
: an array ofgoogle_compute_external_vpn_gateway
next_page_tokendescriptions
: an array ofgoogle_compute_external_vpn_gateway
descriptionids
: an array ofgoogle_compute_external_vpn_gateway
idnames
: an array ofgoogle_compute_external_vpn_gateway
name
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.