rich-whale-93740
09/06/2023, 11:09 PMpulumi preview
, I assume read-only permission to the provider (e.g. aws accounts) should be good enough?billowy-army-68599
little-cartoon-10569
09/06/2023, 11:26 PMpreview
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...rich-whale-93740
09/06/2023, 11:29 PM{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": null,
"Resource": "*"
}
]
}