pulumi/pkg/resource/deploy
Matt Ellis 25ae463915 Listen only on 127.0.0.1
Instead of binding on 0.0.0.0 (which will listen on every interface)
let's only listen on localhost. On windows, this both makes the
connection Just Work and also prevents the Windows Firewall from
blocking the listen (and displaying UI saying it has blocked an
application and asking if the user should allow it)
2017-09-21 10:56:45 -07:00
..
plan.go Configure providers at well-defined points 2017-09-04 11:35:21 -07:00
plan_apply.go Switch to a --parallel=P flag 2017-09-17 08:10:46 -07:00
plan_test.go Add optional dependsOn to Resource constructors 2017-09-15 16:38:52 -07:00
progress.go Rename pulumi/lumi to pulumi/pulumi-fabric 2017-08-02 09:25:22 -07:00
snapshot.go Rename pulumi/lumi to pulumi/pulumi-fabric 2017-08-02 09:25:22 -07:00
source.go Add optional dependsOn to Resource constructors 2017-09-15 16:38:52 -07:00
source_eval.go Listen only on 127.0.0.1 2017-09-21 10:56:45 -07:00
source_fixed.go Add optional dependsOn to Resource constructors 2017-09-15 16:38:52 -07:00
source_null.go Add optional dependsOn to Resource constructors 2017-09-15 16:38:52 -07:00
step.go Add the notion of stable states 2017-09-05 10:01:00 -07:00
target.go Configure providers at well-defined points 2017-09-04 11:35:21 -07:00