Skip to content

Commit

Permalink
Updated tests to set a current OS / runtime combination (#11380) (#763)
Browse files Browse the repository at this point in the history
[upstream:3aff522034ec1378f3c8a6ac2581126c9be1e81d]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Aug 7, 2024
1 parent 37325dc commit cedc1ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions region_network_endpoint_group_appengine/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ resource "google_app_engine_flexible_app_version" "appengine_neg" {
version_id = "v1"
service = "appengine-network-endpoint-group"
runtime = "nodejs"
flexible_runtime_settings {
operating_system = "ubuntu22"
runtime_version = "20"
}

entrypoint {
shell = "node ./app.js"
Expand Down

0 comments on commit cedc1ba

Please sign in to comment.