Skip to content

Commit

Permalink
align metadata.generateName in create managed resource script
Browse files Browse the repository at this point in the history
  • Loading branch information
timyip3 committed Jan 29, 2025
1 parent b18d04d commit f34f533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/master/getting-started/provider-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ The {{< hover label="xr" line="3">}}apiVersion{{< /hover >}} and
{{< hover label="xr" line="4">}}kind{{</hover >}} are from the provider's CRDs.


The {{< hover label="xr" line="6">}}metadata.name{{< /hover >}} value is the
The {{< hover label="xr" line="6">}}metadata.generateName{{< /hover >}} value is the
name of the created S3 bucket in AWS.
This example uses the generated name `crossplane-bucket-<hash>` in the
{{< hover label="xr" line="6">}}$bucket{{</hover >}} variable.
Expand Down

0 comments on commit f34f533

Please sign in to comment.