Skip to content

Commit

Permalink
Fix indent in composition-functions.md (crossplane#793)
Browse files Browse the repository at this point in the history
Signed-off-by: Moulick Aggarwal <[email protected]>
Co-authored-by: Moulick Aggarwal <[email protected]>
  • Loading branch information
Moulick and Moulick authored Jul 8, 2024
1 parent d741cb3 commit 9ad499b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion content/v1.14/concepts/composition-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion content/v1.15/concepts/composition-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion content/v1.16/concepts/composition-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ad499b

Please sign in to comment.