Skip to content

Commit

Permalink
fix note
Browse files Browse the repository at this point in the history
  • Loading branch information
judell committed Jan 22, 2025
1 parent 2055a96 commit cf37252
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/config-files/connection/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ All arguments are optional, and a `azure` connection with no arguments will beha
The `azure` connection type includes an implicit, default connection (`connection.azure.default`) that will be configured using the Azure environment variables:


>[!NOTE]
> [!NOTE]
> the aws page illustrates default connection by showing it in use
>
> ```
> partition "aws_cloudtrail_log" "prod" {
> source "aws_s3_bucket" {
> connection = connection.aws.default
> bucket = "aws-cloudtrail-logs-6054...81-fe67"
> }
> }
>
> ```
> do the same here and for gcp and pipes?
Expand Down

0 comments on commit cf37252

Please sign in to comment.