hey folks, we've been using pulumi to deploy fargate services but we're getting error(s) like the fo...
a
hey folks, we've been using pulumi to deploy fargate services but we're getting error(s) like the following:
Copy code
aws:iam:RolePolicyAttachment stage-api-fargate-service-execution-9a42f520 refreshing (0s) error: could not validate provider configuration: 1 error occurred:
has anyone else run into something like this? we've deployed fine for many many months and just started to see this yesterday/today.
For anyone who runs into this ,we fixed this by upgrading our pulumi version from v3.127 to v3.129. It seems like v3.128 fixes issues with provider variables named like aws:<variable>
🙌 1