Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
update comment for cloud resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
rghetia committed May 29, 2019
1 parent fff365e commit 766cc5b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions resource/resourcekeys/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ const (
const (
CloudType = "cloud"

// A uniquely identifying name for the Container.
CloudKeyProvider = "cloud.provider"
CloudKeyAccountID = "cloud.account.id"
CloudKeyRegion = "cloud.region"
CloudKeyZone = "cloud.zone"
CloudKeyProvider = "cloud.provider"
CloudKeyAccountID = "cloud.account.id"
CloudKeyRegion = "cloud.region"
CloudKeyZone = "cloud.zone"

// Cloud Providers
CloudProviderAWS = "aws"
CloudProviderGCP = "gcp"
CloudProviderAZURE = "azure"
Expand Down

0 comments on commit 766cc5b

Please sign in to comment.