fast-yacht-78432
07/31/2023, 10:43 PMpulumi import 'aws:iam/user:User'
where can I look to see other types under aws:iam/
I was reading this documentation: https://www.pulumi.com/learn/importing/bulk-importing/ and saw that I can import things if they're in an array with elements in the following format:
{
"type": "docker:index/container:Container",
"name": "backend-container",
"id": "1cff08113e52781b1643097c947fa4fe92139a76a020d51c4856bf73207894a2"
},
from AWS I'm able to ascertain the service of a resource but I'd like to be able to map it to a Pulumi type to import it. The goal is use resource explorer to find all my resources and then bulk import themNo 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.
Powered by