Skip to content

Commit

Permalink
Corrected the wrongly added 'AWS' instead of 'Azure'
Browse files Browse the repository at this point in the history
  • Loading branch information
a-atri committed Sep 18, 2024
1 parent 1f3352c commit 04506dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/1.3.0-upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04506dc

Please sign in to comment.