diff --git a/content/v1.9/reference/composition.md b/content/v1.9/reference/composition.md index 05bd2009..21f35083 100644 --- a/content/v1.9/reference/composition.md +++ b/content/v1.9/reference/composition.md @@ -687,7 +687,7 @@ field within that resource matches a specified integer. ```yaml # The composed resource will be considered ready when the 'state' status field # matches the integer 4. -- type: MatchString +- type: MatchInteger fieldPath: status.atProvider.state matchInteger: 4 ```