title | platform |
---|---|
About the google_service_networking_service_connections resource |
gcp |
A google_service_networking_service_connections
is used to test a Google service_connection resource
describe google_servicenetworking_service_connections(parent: ' value_parent',network: 'value_network') do
it { should exist }
end
Properties that can be accessed from the google_service_networking_service_connections
resource:
See google_service_networking_service_connection.md for more detailed information
networks
: an array ofgoogle_service_networking_service_connection
networkreserved_peering_ranges
: an array ofgoogle_service_networking_service_connection
reserved_peering_rangespeerings
: an array ofgoogle_service_networking_service_connection
peeringservices
: an array ofgoogle_service_networking_service_connection
service
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://servicenetworking.googleapis.com/ is enabled for the current project.