Josh Kodroff

Results 101 comments of Josh Kodroff
trafficstars

I'd gladly take "latest version only" or "latest version of each major version".

@Frassle Could we do something like `pulumi plugin prune --latest-minor-version --yes` or `pulumi plugin prune --latest-major-version`? Probably not the most flexible interface (I just thought it up as I wrote...

@Frassle Is there any reason a stack policy and a resource policy should not have the same object shape?

@justinvp And... I am kicking myself for missing this comment. I had no idea these would work, and it's damn useful that they do! I'm gonna give this a try.

@joeduffy The second suggestion above would likely be good enough from a user's perspective, even if it requires some manual maintenance/scheduled updates. Even if it doesn't cover all resources, the...

We can probably get rid of Module 02: VMs. We haven't taught it since I took over.

Seeing the same thing for `snowflake.GrantPrivilegesToRole`: Checking out the description in the schema: ``` "description": "{{% examples %}}\n## Example Usage\n### global privileges\n##################################\n\n# list of privileges\nresource \"snowflake_grant_privileges_to_role\" \"g1\" {\n privileges =...

Another one: https://www.pulumi.com/registry/packages/pulumiservice/api-docs/deploymentsettings/

Related: https://github.com/pulumi/pulumi-docker/issues/1278

This issue seems to specifically refer to this line (which is still broken in a lot of places): > The full code for this stack is on [GitHub](https://github.com/pulumi/kubernetes-guides/tree/master/aws/03-cluster-configuration). We should...