summaryrefslogtreecommitdiffstats
path: root/hosted-zone-api
diff options
context:
space:
mode:
Diffstat (limited to 'hosted-zone-api')
-rw-r--r--hosted-zone-api/src/main/java/ai/vespa/cloud/Cloud.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosted-zone-api/src/main/java/ai/vespa/cloud/Cloud.java b/hosted-zone-api/src/main/java/ai/vespa/cloud/Cloud.java
index 64869461899..e2f7043b152 100644
--- a/hosted-zone-api/src/main/java/ai/vespa/cloud/Cloud.java
+++ b/hosted-zone-api/src/main/java/ai/vespa/cloud/Cloud.java
@@ -4,7 +4,8 @@ package ai.vespa.cloud;
/**
* The cloud provider in which a cloud deployment may be running.
*
- * This is "aws" when this runs in Amazon Web Services, and "gcp" when this runs in Google Cloud Platform.
+ * This is "aws" when this runs in Amazon Web Services, "gcp" when this runs in Google Cloud Platform and
+ * "azure" when this runs in Microsoft Azure.
*
* @author mpolden
*/