diff --git a/content/master/getting-started/provider-aws.md b/content/master/getting-started/provider-aws.md index 9cf0636e8..c6f0714b8 100644 --- a/content/master/getting-started/provider-aws.md +++ b/content/master/getting-started/provider-aws.md @@ -197,16 +197,16 @@ spec: EOF ``` -The {{< hover label="xr" line="3">}}apiVersion{{< /hover >}} and -{{< hover label="xr" line="4">}}kind{{}} are from the provider's CRDs. +The {{< hover label="xr" line="2">}}apiVersion{{< /hover >}} and +{{< hover label="xr" line="3">}}kind{{}} are from the provider's CRDs. -The {{< hover label="xr" line="6">}}metadata.name{{< /hover >}} value is the +The {{< hover label="xr" line="5">}}metadata.generateName{{< /hover >}} value is the name of the created S3 bucket in AWS. This example uses the generated name `crossplane-bucket-` in the -{{< hover label="xr" line="6">}}$bucket{{}} variable. +{{< hover label="xr" line="5">}}$bucket{{}} variable. -The {{< hover label="xr" line="9">}}spec.forProvider.region{{< /hover >}} tells +The {{< hover label="xr" line="8">}}spec.forProvider.region{{< /hover >}} tells AWS which AWS region to use when deploying resources. The region can be any