great-waiter-70568
05/25/2022, 4:07 AMlittle-cartoon-10569
05/25/2022, 4:18 AMimport
opt, to import the group and link it to the code; or you can remove the code and import it again in the original way.pulumi preview --show-sames
great-waiter-70568
05/25/2022, 4:20 AMaws.iam.Group(
"app",
name="app",
pts=pulumi.ResourceOptions(protect=True)
)
But still have the same problem now pulumi want to change the name from app-random to "app" but app-random don't exist.little-cartoon-10569
05/25/2022, 4:20 AMgreat-waiter-70568
05/25/2022, 4:21 AMlittle-cartoon-10569
05/25/2022, 4:22 AMgreat-waiter-70568
05/25/2022, 4:24 AMlittle-cartoon-10569
05/25/2022, 4:29 AMgreat-waiter-70568
05/25/2022, 4:37 AM