File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
content/master/getting-started Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -197,16 +197,16 @@ spec:
197197EOF
198198```
199199
200- The {{< hover label="xr" line="3 ">}}apiVersion{{< /hover >}} and
201- {{< hover label="xr" line="4 ">}}kind{{</hover >}} are from the provider's CRDs.
200+ The {{< hover label="xr" line="2 ">}}apiVersion{{< /hover >}} and
201+ {{< hover label="xr" line="3 ">}}kind{{</hover >}} are from the provider's CRDs.
202202
203203
204- The {{< hover label="xr" line="6 ">}}metadata.generateName{{< /hover >}} value is the
204+ The {{< hover label="xr" line="5 ">}}metadata.generateName{{< /hover >}} value is the
205205name of the created S3 bucket in AWS.
206206This example uses the generated name ` crossplane-bucket-<hash> ` in the
207- {{< hover label="xr" line="6 ">}}$bucket{{</hover >}} variable.
207+ {{< hover label="xr" line="5 ">}}$bucket{{</hover >}} variable.
208208
209- The {{< hover label="xr" line="9 ">}}spec.forProvider.region{{< /hover >}} tells
209+ The {{< hover label="xr" line="8 ">}}spec.forProvider.region{{< /hover >}} tells
210210AWS which AWS region to use when deploying resources.
211211
212212The region can be any
You can’t perform that action at this time.
0 commit comments