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

Commit 766cc5b

Browse files
committed
update comment for cloud resources.
1 parent fff365e commit 766cc5b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

resource/resourcekeys/const.go

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,12 @@ const (
4242
const (
4343
CloudType = "cloud"
4444

45-
// A uniquely identifying name for the Container.
46-
CloudKeyProvider = "cloud.provider"
47-
CloudKeyAccountID = "cloud.account.id"
48-
CloudKeyRegion = "cloud.region"
49-
CloudKeyZone = "cloud.zone"
45+
CloudKeyProvider = "cloud.provider"
46+
CloudKeyAccountID = "cloud.account.id"
47+
CloudKeyRegion = "cloud.region"
48+
CloudKeyZone = "cloud.zone"
49+
50+
// Cloud Providers
5051
CloudProviderAWS = "aws"
5152
CloudProviderGCP = "gcp"
5253
CloudProviderAZURE = "azure"

0 commit comments

Comments
 (0)