File tree Expand file tree Collapse file tree 23 files changed +106
-40
lines changed
network_services_endpoint_policy_basic
network_services_endpoint_policy_empty_match
network_services_grpc_route_actions
network_services_grpc_route_basic
network_services_grpc_route_matches_and_actions
network_services_http_route_actions
network_services_http_route_basic
network_services_http_route_matches_and_actions
network_services_http_route_mesh_basic
network_services_mesh_basic
network_services_mesh_location
network_services_mesh_no_port
network_services_service_binding_basic
network_services_tcp_route_actions
network_services_tcp_route_basic
network_services_tcp_route_gateway_basic
network_services_tcp_route_mesh_basic
network_services_tls_route_basic
network_services_tls_route_gateway_basic
network_services_tls_route_mesh_basic Expand file tree Collapse file tree 23 files changed +106
-40
lines changed Original file line number Diff line number Diff line change 11resource "google_network_services_endpoint_policy" "default" {
2- provider = google- beta
32 name = " my-endpoint-policy-${ local . name_suffix } "
43 labels = {
54 foo = " bar"
Original file line number Diff line number Diff line change 11resource "google_network_services_endpoint_policy" "default" {
2- provider = google- beta
32 name = " my-endpoint-policy-${ local . name_suffix } "
43 labels = {
54 foo = " bar"
Original file line number Diff line number Diff line change 11resource "google_network_services_grpc_route" "default" {
2- provider = google- beta
32 name = " my-grpc-route-${ local . name_suffix } "
43 labels = {
54 foo = " bar"
Original file line number Diff line number Diff line change 11resource "google_network_services_grpc_route" "default" {
2- provider = google- beta
32 name = " my-grpc-route-${ local . name_suffix } "
43 labels = {
54 foo = " bar"
Original file line number Diff line number Diff line change 11resource "google_network_services_grpc_route" "default" {
2- provider = google- beta
32 name = " my-grpc-route-${ local . name_suffix } "
43 labels = {
54 foo = " bar"
Original file line number Diff line number Diff line change 11resource "google_network_services_http_route" "default" {
2- provider = google- beta
32 name = " my-http-route-${ local . name_suffix } "
43 labels = {
54 foo = " bar"
Original file line number Diff line number Diff line change 11resource "google_network_services_http_route" "default" {
2- provider = google- beta
32 name = " my-http-route-${ local . name_suffix } "
43 labels = {
54 foo = " bar"
Original file line number Diff line number Diff line change 11resource "google_network_services_http_route" "default" {
2- provider = google- beta
32 name = " my-http-route-${ local . name_suffix } "
43 labels = {
54 foo = " bar"
Original file line number Diff line number Diff line change 11resource "google_network_services_mesh" "default" {
2- provider = google- beta
32 name = " my-http-route-${ local . name_suffix } "
43 labels = {
54 foo = " bar"
@@ -8,7 +7,6 @@ resource "google_network_services_mesh" "default" {
87}
98
109resource "google_network_services_http_route" "default" {
11- provider = google- beta
1210 name = " my-http-route-${ local . name_suffix } "
1311 labels = {
1412 foo = " bar"
Original file line number Diff line number Diff line change 11resource "google_network_services_mesh" "default" {
2- provider = google- beta
32 name = " my-mesh-${ local . name_suffix } "
43 labels = {
54 foo = " bar"
You can’t perform that action at this time.
0 commit comments