property to set a specific name instead of auto-generating a name. For example,
Copy code
let x = new aws.Resources("puluminame", {
name: "awsname",
})
Note that doing this will in some cases make it harder to replace the resources without downtime (since the new resources cannot be created before deleting the old one if the provider does not allow two resources with the same "name").
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.