Skip to content

Commit d02a738

Browse files
Make the appengine service name sweepable in the test compute region network endpoint (#11993) (#820)
[upstream:3c185c1ca0295944e18299a57842d0b44340f62e] Signed-off-by: Modular Magician <[email protected]>
1 parent 9cef704 commit d02a738

File tree

1 file changed

+1
-1
lines changed
  • region_network_endpoint_group_appengine

1 file changed

+1
-1
lines changed

region_network_endpoint_group_appengine/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resource "google_compute_region_network_endpoint_group" "appengine_neg" {
1111

1212
resource "google_app_engine_flexible_app_version" "appengine_neg" {
1313
version_id = "v1"
14-
service = "appengine-network-endpoint-group"
14+
service = "appengine-neg-${local.name_suffix}"
1515
runtime = "nodejs"
1616
flexible_runtime_settings {
1717
operating_system = "ubuntu22"

0 commit comments

Comments
 (0)