orange-airport-64592
10/28/2022, 8:17 AMFor those resources manually created in the production environment, I first generate the code throughI did some tests and had the following doubts and uncertainties:. Then, I use the same code but a different state to create resources, and this new state is connected to my new staging environment.pulumi import
I found that these import codes containattributes, andARN
is bound to account information, but even so, most resources can still be created successfully without making any changes, except for S3 buckets, for s3 buckets, I need to modify the bucket name property.ARN
I’m not sure that for these import codes which attributes I can modify without affecting the original prod environment, and which attributes I mustn’t modify. (I want one set of code to fit both environments)I have no idea. Is my plan suitable, and is there a better official one?