From 04506dc7993bb46b3e23ef26abc81949d095ed77 Mon Sep 17 00:00:00 2001 From: a-atri Date: Wed, 18 Sep 2024 19:40:31 +0530 Subject: [PATCH] Corrected the wrongly added 'AWS' instead of 'Azure' --- docs/guides/1.3.0-upgrade-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/1.3.0-upgrade-guide.md b/docs/guides/1.3.0-upgrade-guide.md index da3f5947..d0b18488 100644 --- a/docs/guides/1.3.0-upgrade-guide.md +++ b/docs/guides/1.3.0-upgrade-guide.md @@ -96,7 +96,7 @@ output "aws_command" { value = data.couchbase-capella_aws_private_endpoint_command.aws_command } ``` -Use the `azure_private_endpoint_command` data source to get an AWS command for configuring VPC endpoint. +Use the `azure_private_endpoint_command` data source to get an Azure command for configuring VPC endpoint. ``` data "couchbase-capella_azure_private_endpoint_command" "azure_command" { organization_id = var.organization_id