From cf372526c917fefd1bfe1d711380b9f83d8ce485 Mon Sep 17 00:00:00 2001 From: Jon Udell Date: Wed, 22 Jan 2025 14:50:12 -0800 Subject: [PATCH] fix note --- docs/reference/config-files/connection/azure.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/config-files/connection/azure.md b/docs/reference/config-files/connection/azure.md index 5214568..10fb65a 100644 --- a/docs/reference/config-files/connection/azure.md +++ b/docs/reference/config-files/connection/azure.md @@ -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?