From c55707d786e2577ffa2a66c9a40c09e95183bd3b Mon Sep 17 00:00:00 2001 From: Pete Lumbis Date: Tue, 20 Jun 2023 11:29:55 -0400 Subject: [PATCH] Update usage of editCode marker Signed-off-by: Pete Lumbis --- content/master/getting-started/provider-gcp-part-2.md | 2 +- content/master/getting-started/provider-gcp-part-3.md | 2 +- content/master/getting-started/provider-gcp.md | 2 +- content/v1.11/getting-started/provider-aws-part-2.md | 4 ++-- content/v1.11/getting-started/provider-aws-part-3.md | 4 ++-- content/v1.11/getting-started/provider-aws.md | 4 ++-- content/v1.11/getting-started/provider-gcp-part-2.md | 2 +- content/v1.11/getting-started/provider-gcp-part-3.md | 2 +- content/v1.11/getting-started/provider-gcp.md | 2 +- content/v1.12/getting-started/provider-gcp-part-2.md | 2 +- content/v1.12/getting-started/provider-gcp-part-3.md | 2 +- content/v1.12/getting-started/provider-gcp.md | 2 +- 12 files changed, 15 insertions(+), 15 deletions(-) diff --git a/content/master/getting-started/provider-gcp-part-2.md b/content/master/getting-started/provider-gcp-part-2.md index ec3443f7..f3b3d7da 100644 --- a/content/master/getting-started/provider-gcp-part-2.md +++ b/content/master/getting-started/provider-gcp-part-2.md @@ -86,7 +86,7 @@ kind: ProviderConfig metadata: name: default spec: - projectID: $$$$ + projectID: $@$@ credentials: source: Secret secretRef: diff --git a/content/master/getting-started/provider-gcp-part-3.md b/content/master/getting-started/provider-gcp-part-3.md index ab68d7d2..9896e682 100644 --- a/content/master/getting-started/provider-gcp-part-3.md +++ b/content/master/getting-started/provider-gcp-part-3.md @@ -86,7 +86,7 @@ kind: ProviderConfig metadata: name: default spec: - projectID: $$$$ + projectID: $@$@ credentials: source: Secret secretRef: diff --git a/content/master/getting-started/provider-gcp.md b/content/master/getting-started/provider-gcp.md index 815f45f4..97f277e0 100644 --- a/content/master/getting-started/provider-gcp.md +++ b/content/master/getting-started/provider-gcp.md @@ -1166,7 +1166,7 @@ kind: ProviderConfig metadata: name: default spec: - projectID: $$$$ + projectID: $@$@ credentials: source: Secret secretRef: diff --git a/content/v1.11/getting-started/provider-aws-part-2.md b/content/v1.11/getting-started/provider-aws-part-2.md index 343ac675..30ddb31d 100644 --- a/content/v1.11/getting-started/provider-aws-part-2.md +++ b/content/v1.11/getting-started/provider-aws-part-2.md @@ -54,8 +54,8 @@ EOF {{< editCode >}} ```ini {copy-lines="all"} [default] -aws_access_key_id = $$$$ -aws_secret_access_key = $$$$ +aws_access_key_id = $@$@ +aws_secret_access_key = $@$@ ``` {{}} diff --git a/content/v1.11/getting-started/provider-aws-part-3.md b/content/v1.11/getting-started/provider-aws-part-3.md index b23d0099..dc7ddc3e 100644 --- a/content/v1.11/getting-started/provider-aws-part-3.md +++ b/content/v1.11/getting-started/provider-aws-part-3.md @@ -54,8 +54,8 @@ EOF {{< editCode >}} ```ini {copy-lines="all"} [default] -aws_access_key_id = $$$$ -aws_secret_access_key = $$$$ +aws_access_key_id = $@$@ +aws_secret_access_key = $@$@ ``` {{}} diff --git a/content/v1.11/getting-started/provider-aws.md b/content/v1.11/getting-started/provider-aws.md index c2e9d9d8..27b0a82a 100644 --- a/content/v1.11/getting-started/provider-aws.md +++ b/content/v1.11/getting-started/provider-aws.md @@ -1102,8 +1102,8 @@ Create a text file containing the AWS account `aws_access_key_id` and {{< editCode >}} ```ini {copy-lines="all"} [default] -aws_access_key_id = $$$$ -aws_secret_access_key = $$$$ +aws_access_key_id = $@$@ +aws_secret_access_key = $@$@ ``` {{}} diff --git a/content/v1.11/getting-started/provider-gcp-part-2.md b/content/v1.11/getting-started/provider-gcp-part-2.md index ec3443f7..f3b3d7da 100644 --- a/content/v1.11/getting-started/provider-gcp-part-2.md +++ b/content/v1.11/getting-started/provider-gcp-part-2.md @@ -86,7 +86,7 @@ kind: ProviderConfig metadata: name: default spec: - projectID: $$$$ + projectID: $@$@ credentials: source: Secret secretRef: diff --git a/content/v1.11/getting-started/provider-gcp-part-3.md b/content/v1.11/getting-started/provider-gcp-part-3.md index 8b8d5dbf..a3ef6ae9 100644 --- a/content/v1.11/getting-started/provider-gcp-part-3.md +++ b/content/v1.11/getting-started/provider-gcp-part-3.md @@ -86,7 +86,7 @@ kind: ProviderConfig metadata: name: default spec: - projectID: $$$$ + projectID: $@$@ credentials: source: Secret secretRef: diff --git a/content/v1.11/getting-started/provider-gcp.md b/content/v1.11/getting-started/provider-gcp.md index 815f45f4..97f277e0 100644 --- a/content/v1.11/getting-started/provider-gcp.md +++ b/content/v1.11/getting-started/provider-gcp.md @@ -1166,7 +1166,7 @@ kind: ProviderConfig metadata: name: default spec: - projectID: $$$$ + projectID: $@$@ credentials: source: Secret secretRef: diff --git a/content/v1.12/getting-started/provider-gcp-part-2.md b/content/v1.12/getting-started/provider-gcp-part-2.md index ec3443f7..f3b3d7da 100644 --- a/content/v1.12/getting-started/provider-gcp-part-2.md +++ b/content/v1.12/getting-started/provider-gcp-part-2.md @@ -86,7 +86,7 @@ kind: ProviderConfig metadata: name: default spec: - projectID: $$$$ + projectID: $@$@ credentials: source: Secret secretRef: diff --git a/content/v1.12/getting-started/provider-gcp-part-3.md b/content/v1.12/getting-started/provider-gcp-part-3.md index ab68d7d2..9896e682 100644 --- a/content/v1.12/getting-started/provider-gcp-part-3.md +++ b/content/v1.12/getting-started/provider-gcp-part-3.md @@ -86,7 +86,7 @@ kind: ProviderConfig metadata: name: default spec: - projectID: $$$$ + projectID: $@$@ credentials: source: Secret secretRef: diff --git a/content/v1.12/getting-started/provider-gcp.md b/content/v1.12/getting-started/provider-gcp.md index 815f45f4..97f277e0 100644 --- a/content/v1.12/getting-started/provider-gcp.md +++ b/content/v1.12/getting-started/provider-gcp.md @@ -1166,7 +1166,7 @@ kind: ProviderConfig metadata: name: default spec: - projectID: $$$$ + projectID: $@$@ credentials: source: Secret secretRef: