Skip to content

Commit 9ad499b

Browse files
authored
Fix indent in composition-functions.md (#793)
Signed-off-by: Moulick Aggarwal <[email protected]> Co-authored-by: Moulick Aggarwal <[email protected]>
1 parent d741cb3 commit 9ad499b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Diff for: content/v1.14/concepts/composition-functions.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,9 @@ spec:
187187
value: |
188188
apiVersion: "s3.aws.upbound.io/v1beta1"
189189
kind: "Bucket"
190-
spec: forProvider: region: "us-east-2"
190+
spec:
191+
forProvider:
192+
region: "us-east-2"
191193
- step: automatically-detect-readiness
192194
functionRef:
193195
name: function-auto-ready

Diff for: content/v1.15/concepts/composition-functions.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,9 @@ spec:
187187
value: |
188188
apiVersion: "s3.aws.upbound.io/v1beta1"
189189
kind: "Bucket"
190-
spec: forProvider: region: "us-east-2"
190+
spec:
191+
forProvider:
192+
region: "us-east-2"
191193
- step: automatically-detect-readiness
192194
functionRef:
193195
name: function-auto-ready

Diff for: content/v1.16/concepts/composition-functions.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,9 @@ spec:
187187
value: |
188188
apiVersion: "s3.aws.upbound.io/v1beta1"
189189
kind: "Bucket"
190-
spec: forProvider: region: "us-east-2"
190+
spec:
191+
forProvider:
192+
region: "us-east-2"
191193
- step: automatically-detect-readiness
192194
functionRef:
193195
name: function-auto-ready

0 commit comments

Comments
 (0)