Jan Gazda

Results 93 comments of Jan Gazda

@peterwoodworth What's the reason behind masking Account ID by default when it is not considered sensitive information? https://www.lastweekinaws.com/blog/are-aws-account-ids-sensitive-information/#:~:text=AWS%20account%20IDs%20are%20not%20considered%20sensitive%20and%20you%20need,medium%20that%20you'd%20like.

@secjosh Last time I tried the compilation it was go 1.18.3

@breathingdust Hi, is this something you can look into? The AWS side has been fixed, and now Terraform incorrectly causes replacement.

@micahsnyder I just found this issue, in the meantime, it would be great if the documentation clearly said it is not supported. Because I just spent an hour searching the...

I have the same problem, but different resources ```typescript const users = ['u1', 'u2'] const iamUsers = usersNames.map( u => new aws.iam.User(u, {name: u})) // note this is not UserPolicy...

@adriangb Do you think your solution is somehow similar to this? https://github.com/dermidgen/python-monorepo

@RobbieMcKinstry Feel free to merge this with #802 if you find it related.

> I'm really going to have to dig into this and the related `comment-on-pr` issues ASAP. @RobbieMcKinstry I'm sorry to hear that on the other hand, it makes me very...

I partially fixed this by cashing the plugins directory, but as @jbrunton says `GITHUB_TOKEN` would be better together with the cache combination. ``` - uses: actions/cache@v3 id: pulumi-cache with: path:...

Sorry for being blunt but I am not very well-versed in what is going on with `corepack`. It would be great if someone could explain this simply or point me...