Anton Tayanovskyy
Anton Tayanovskyy
This is an attempt to test how https://github.com/pulumi/pulumi/pull/14822 affects the registry.
Looks like registry needs to be on Go 1.20.x https://pkg.go.dev/strings#CutPrefix missing
Looks like something in AWS metadata is in violation of a recently introduced check https://github.com/pulumi/pulumi/pull/14637/
Actually that was https://github.com/pulumi/pulumi-aws-iam/pull/19
Quick question about these addons. We have some related code in pulumi-aws: https://github.com/pulumi/pulumi-aws/issues/3009 https://github.com/pulumi/pulumi-aws/issues/2720 https://github.com/pulumi/pulumi-aws/issues/2732 Does this change look good in light of this code? Does it interact with defaultAddonsToRemove...
I can confirm.. IT seems to ignore the env var, but if I set the setting using pulumi config set then it changes the error message but still does not...
I think that it might be working as expected though, we just need to look into cleaning up the error messages that continue to erroneously refer to the TF provider...
Opened https://github.com/pulumi/pulumi-aws/issues/4076 for the side issue discovered here. @wongstein I've consulted with the team and I believe this works by-design, unfortunately the AWS provider cannot operate, even preview, without having...
I've got the newly written test pass locally but it unfortunately is tripping up some other tests in the suite, will need another pass. Also as a side note in...
Disregard the above comment, had to troubleshoot and fix local home network