Hi all, I recently started using pulumi for my AWS...
# getting-started
k
Hi all, I recently started using pulumi for my AWS migration. But I have one question. Is it possible to get manually generated vpc id using golang?
l
The VPC ID is generated by AWS. There is no way to change or choose the VPC ID. AWS shows the tag "Name" in the "Name" column of the VPC console's top table. This is probably what you are looking for. Set the "tag" parameter to have a key:value pair with key "Name" and value being whatever name you like.
k
Thank you for your answer 😁