mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-27 03:51:20 -05:00
11 lines
534 B
Go
11 lines
534 B
Go
// Copyright (c) 2019 Yandex LLC. All rights reserved.
|
|
// Author: Vladimir Skipor <skipor@yandex-team.ru>
|
|
|
|
package ycsdk
|
|
|
|
// InstanceMetadata is address at the metadata server is accessible from inside the virtual machine.
|
|
// See doc for details: https://cloud.yandex.com/docs/compute/operations/vm-info/get-info#inside-instance
|
|
const InstanceMetadataAddr = "169.254.169.254"
|
|
|
|
// TODO(skipor): SDK methods for getting information from inside a VM.
|
|
// https://cloud.yandex.com/docs/compute/operations/vm-info/get-info#inside-instance
|