Fraser Waters

Results 227 comments of Fraser Waters

> I am a long time user of terraform and in this regard pulumi is very much worse I'm confused by this because as far as I know terraform is...

Again, I'm confused because as I understand it Terraform _is exactly the same_ in this regard!? Both systems will error if you try to create something that already exists, you...

I can't recall what issue I hit but I'm sure I had another reason for wanting to look at using go build instead of run... Will have to rack my...

> if a company has a policy for securing docker images by disabling write permissions to directories, they may be unable to upgrade pulumi-language-go without it breaking. Isn't tmp always...

> Could be something like ~/.pulumi/go-compiler-cache/$(hash-of-current-folder) I had suggested to just use temp (as that's what go run does) but this is also an interesting idea. Might be worth looking...

> I have an approach that doesn't hash the current folder and instead uses the name of the project as the binary name. This should avoid creating too many binaries...

> I think the Resource constructor should proactively check that the values of check the types of the inputs to ensure they are Resources in order to generate a meaningful...

I'm not sure this is equivalent. `container_port = config.get_int("containerPort") or 80` will assign 80 if the config value is 0, while really if the config is set to 0 it...

I think I know what's causing this but if you could share the debug log that would help (you can mail it to me \@pulumi.com)