From bc832156ceb5581732b40c41433b639781f1f42e Mon Sep 17 00:00:00 2001 From: Yury Fedorov Date: Thu, 22 Apr 2021 12:18:09 +0300 Subject: [PATCH] Restore backwards compatibility with v0.1.1 --- main.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 main.go diff --git a/main.go b/main.go new file mode 100644 index 0000000..1d3f98d --- /dev/null +++ b/main.go @@ -0,0 +1,9 @@ +package akeyless_go_cloud_id + +import "github.com/akeylesslabs/akeyless-go-cloud-id/cloudprovider/aws" + +// GetCloudId returns AWS cloud identity. +// +// Deprecated: use cloud-specific sub-package instead, for example +// github.com/akeylesslabs/akeyless-go-cloud-id/cloudprovider/aws +var GetCloudId = aws.GetCloudId