From e0f68b2e7da787a85d8cda6806c30dbf4b92a0ee Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Thu, 9 Jan 2025 19:00:38 +0000 Subject: [PATCH] chore: Move Traffic Extensions example server image (#12710) Signed-off-by: Martijn Stevenson [upstream:ae390267f2cfdc2f4f39e4fdec1f6772aa80652b] Signed-off-by: Modular Magician --- .changelog/12710.txt | 2 ++ ...urce_network_services_lb_traffic_extension_generated_test.go | 2 +- .../docs/r/network_services_lb_traffic_extension.html.markdown | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .changelog/12710.txt diff --git a/.changelog/12710.txt b/.changelog/12710.txt new file mode 100644 index 0000000000..126505bd3f --- /dev/null +++ b/.changelog/12710.txt @@ -0,0 +1,2 @@ +```release-note:none +``` \ No newline at end of file diff --git a/google-beta/services/networkservices/resource_network_services_lb_traffic_extension_generated_test.go b/google-beta/services/networkservices/resource_network_services_lb_traffic_extension_generated_test.go index 309f8329d1..095756b252 100644 --- a/google-beta/services/networkservices/resource_network_services_lb_traffic_extension_generated_test.go +++ b/google-beta/services/networkservices/resource_network_services_lb_traffic_extension_generated_test.go @@ -321,7 +321,7 @@ resource "google_compute_instance" "callouts_instance" { # Initialize an Envoy's Ext Proc gRPC API based on a docker container metadata = { - gce-container-declaration = "# DISCLAIMER:\n# This container declaration format is not a public API and may change without\n# notice. Please use gcloud command-line tool or Google Cloud Console to run\n# Containers on Google Compute Engine.\n\nspec:\n containers:\n - image: us-docker.pkg.dev/service-extensions/ext-proc/service-callout-basic-example-python:latest\n name: callouts-vm\n securityContext:\n privileged: false\n stdin: false\n tty: false\n volumeMounts: []\n restartPolicy: Always\n volumes: []\n" + gce-container-declaration = "# DISCLAIMER:\n# This container declaration format is not a public API and may change without\n# notice. Please use gcloud command-line tool or Google Cloud Console to run\n# Containers on Google Compute Engine.\n\nspec:\n containers:\n - image: us-docker.pkg.dev/service-extensions-samples/callouts/python-example-basic:main\n name: callouts-vm\n securityContext:\n privileged: false\n stdin: false\n tty: false\n volumeMounts: []\n restartPolicy: Always\n volumes: []\n" google-logging-enabled = "true" } diff --git a/website/docs/r/network_services_lb_traffic_extension.html.markdown b/website/docs/r/network_services_lb_traffic_extension.html.markdown index 032447a69b..1980bf9694 100644 --- a/website/docs/r/network_services_lb_traffic_extension.html.markdown +++ b/website/docs/r/network_services_lb_traffic_extension.html.markdown @@ -301,7 +301,7 @@ resource "google_compute_instance" "callouts_instance" { # Initialize an Envoy's Ext Proc gRPC API based on a docker container metadata = { - gce-container-declaration = "# DISCLAIMER:\n# This container declaration format is not a public API and may change without\n# notice. Please use gcloud command-line tool or Google Cloud Console to run\n# Containers on Google Compute Engine.\n\nspec:\n containers:\n - image: us-docker.pkg.dev/service-extensions/ext-proc/service-callout-basic-example-python:latest\n name: callouts-vm\n securityContext:\n privileged: false\n stdin: false\n tty: false\n volumeMounts: []\n restartPolicy: Always\n volumes: []\n" + gce-container-declaration = "# DISCLAIMER:\n# This container declaration format is not a public API and may change without\n# notice. Please use gcloud command-line tool or Google Cloud Console to run\n# Containers on Google Compute Engine.\n\nspec:\n containers:\n - image: us-docker.pkg.dev/service-extensions-samples/callouts/python-example-basic:main\n name: callouts-vm\n securityContext:\n privileged: false\n stdin: false\n tty: false\n volumeMounts: []\n restartPolicy: Always\n volumes: []\n" google-logging-enabled = "true" }