https://pulumi.com logo
r

rich-whale-93740

09/06/2023, 11:09 PM
For
pulumi preview
, I assume read-only permission to the provider (e.g. aws accounts) should be good enough?
b

billowy-army-68599

09/06/2023, 11:09 PM
correct, ish
you can verify with iamlive
l

little-cartoon-10569

09/06/2023, 11:26 PM
Does
preview
use the provider at all? I've often wondered why it requires the provider, since all it needs (from an outsider's point of view) is to compare the code with the state...
r

rich-whale-93740

09/06/2023, 11:29 PM
🤔 The only thing that iamlive captured is
Copy code
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": null,
      "Resource": "*"
    }
  ]
}