Closed aabmass closed 6 months ago
This PR just adds a test case to verify that zone detection on GAE standard is working.
On GAE standard, the metadata server provides zone strings like projects/233510669999/zones/us15. The resource detector should return us15 in this case.
projects/233510669999/zones/us15
us15
This PR just adds a test case to verify that zone detection on GAE standard is working.
On GAE standard, the metadata server provides zone strings like
projects/233510669999/zones/us15
. The resource detector should returnus15
in this case.