Hello, it is good to be here. I am working and syn...
# general
g
Hello, it is good to be here. I am working and syncing our state with the infrastructure on AWS, we have made changes on the console for some time now and we are working on getting our state where we can start utilizing our code instead. Some instances have tags that haven’t been sync yet. I am looking for a better option to do that as these tags are so detailed.
f
So you want Pulumi to ignore tags, right? Would this work then? https://www.pulumi.com/docs/intro/concepts/resources/options/ignorechanges/
g
Hey Eugene, thanks for responding , I want pulumi state not to track those tags on the console.
s
@gentle-restaurant-32005 You might also find this useful. It queries AWS for resources in your account (not every type - a few in the EC2/VPC namespace, but it's expandable as needed) and generates
pulumi import
JSON: https://github.com/pulumi/pulumi-import-aws-account-scraper
g
Thank you Josh