From d99dfab1f9da281dabe9bd8e3e78d1387455ca64 Mon Sep 17 00:00:00 2001 From: Moulick Aggarwal Date: Mon, 8 Jul 2024 13:56:07 +0200 Subject: [PATCH] Fix indent in composition-functions.md Signed-off-by: Moulick Aggarwal --- content/v1.14/concepts/composition-functions.md | 4 +++- content/v1.15/concepts/composition-functions.md | 4 +++- content/v1.16/concepts/composition-functions.md | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/content/v1.14/concepts/composition-functions.md b/content/v1.14/concepts/composition-functions.md index 8fca5ce4c..5610654fb 100644 --- a/content/v1.14/concepts/composition-functions.md +++ b/content/v1.14/concepts/composition-functions.md @@ -187,7 +187,9 @@ spec: value: | apiVersion: "s3.aws.upbound.io/v1beta1" kind: "Bucket" - spec: forProvider: region: "us-east-2" + spec: + forProvider: + region: "us-east-2" - step: automatically-detect-readiness functionRef: name: function-auto-ready diff --git a/content/v1.15/concepts/composition-functions.md b/content/v1.15/concepts/composition-functions.md index 4fbdf6327..136b17fa6 100644 --- a/content/v1.15/concepts/composition-functions.md +++ b/content/v1.15/concepts/composition-functions.md @@ -187,7 +187,9 @@ spec: value: | apiVersion: "s3.aws.upbound.io/v1beta1" kind: "Bucket" - spec: forProvider: region: "us-east-2" + spec: + forProvider: + region: "us-east-2" - step: automatically-detect-readiness functionRef: name: function-auto-ready diff --git a/content/v1.16/concepts/composition-functions.md b/content/v1.16/concepts/composition-functions.md index 4fbdf6327..136b17fa6 100644 --- a/content/v1.16/concepts/composition-functions.md +++ b/content/v1.16/concepts/composition-functions.md @@ -187,7 +187,9 @@ spec: value: | apiVersion: "s3.aws.upbound.io/v1beta1" kind: "Bucket" - spec: forProvider: region: "us-east-2" + spec: + forProvider: + region: "us-east-2" - step: automatically-detect-readiness functionRef: name: function-auto-ready