Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as rax from 'retry-axios';

const jsonBigint = require('json-bigint');

export const HOST_ADDRESS = 'http://metadata.google.internal';
export const HOST_ADDRESS = 'http://metadata.google.internal.';
export const BASE_PATH = '/computeMetadata/v1';
export const BASE_URL = HOST_ADDRESS + BASE_PATH;
export const HEADER_NAME = 'Metadata-Flavor';
Expand Down