This message was deleted.
# general
s
This message was deleted.
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