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:
197
197
EOF
198
198
```
199
199
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.
202
202
203
203
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
205
205
name of the created S3 bucket in AWS.
206
206
This 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.
208
208
209
- The {{< hover label="xr" line="9 ">}}spec.forProvider.region{{< /hover >}} tells
209
+ The {{< hover label="xr" line="8 ">}}spec.forProvider.region{{< /hover >}} tells
210
210
AWS which AWS region to use when deploying resources.
211
211
212
212
The region can be any
You can’t perform that action at this time.
0 commit comments