Skip to content

Commit

Permalink
Restore backwards compatibility with v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orlangure committed Apr 22, 2021
1 parent 3617983 commit bc83215
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bc83215

Please sign in to comment.