limited-rainbow-51650
03/31/2020, 7:02 PMgreen-morning-1318
04/01/2020, 10:22 PMlimited-rainbow-51650
04/02/2020, 10:37 PMgreen-morning-1318
04/02/2020, 10:39 PMlemon-agent-27707
04/03/2020, 2:52 AMhttps://www.youtube.com/watch?v=eAGcpkhlgno&=&feature=youtu.be▾
green-morning-1318
04/03/2020, 2:53 AMlemon-agent-27707
04/06/2020, 6:35 PMhttps://www.youtube.com/watch?v=s91qF5MLy14&t=6s▾
kind-minister-39119
04/13/2020, 6:46 PMpulumi.ResourceOption
correctly?kind-minister-39119
04/13/2020, 6:46 PMkind-minister-39119
04/13/2020, 6:49 PMDeleteBeforeReplace
billowy-nightfall-59212
04/13/2020, 8:55 PMgo
google cloud function
.
├── deployments
│ ├── Pulumi.dev.yaml
│ ├── Pulumi.yaml
│ ├── go.mod
│ ├── go.sum
│ └── main.go
├── function
│ ├── Anagram.go
│ ├── Anagram_test.go
│ ├── go.mod
│ └── pkg
│ └── anagram
│ ├── anagram.go
│ └── anagram_test.go
└── scripts
├── Anagram_System_test.go
└── systemtest.sh
lemon-agent-27707
04/14/2020, 12:31 AMlemon-agent-27707
04/14/2020, 12:33 AM$CWD
, $PATH
, or $GOBIN
lemon-agent-27707
04/14/2020, 12:34 AMpulumi.yaml
file: https://www.pulumi.com/docs/intro/concepts/project/#pulumi-yamllemon-agent-27707
04/14/2020, 12:36 AMruntime.options.binary
property in the pulumi.yaml
we will run your sources in CWD via go run
.
We decided to make this change after numerous instances of users being caught off guard and experiencing bugs due to this behavior. Whether it be extraneous binaries on the path causing collision, accidental builds leaving stale artifacts, etc.lemon-agent-27707
04/14/2020, 12:36 AMkind-minister-39119
04/14/2020, 6:39 PMStringOutput
as a string
— how can I do this conversion? I don’t see any straightforward method.kind-minister-39119
04/14/2020, 6:42 PM// Helpers for accessing properties are not yet available in Go.
in the docs…kind-minister-39119
04/14/2020, 6:43 PMlemon-agent-27707
04/14/2020, 7:17 PMlemon-agent-27707
04/15/2020, 12:38 AMalert-magician-97184
04/20/2020, 3:01 PMstrong-belgium-23055
04/21/2020, 8:26 AMlemon-agent-27707
04/21/2020, 3:00 PMcrooked-jelly-50877
04/21/2020, 8:09 PMwhite-airport-48392
04/22/2020, 8:59 AMstocky-motorcycle-65008
04/22/2020, 3:59 PMhelpful-processor-86468
04/23/2020, 8:47 AMhelpful-processor-86468
04/23/2020, 1:45 PMerror: program failed: 1 error occurred:
* missing required argument 'AccountId'
exit status 1
These kind of messages don't help very much 🙂 I have no idea where to look.helpful-processor-86468
04/23/2020, 1:46 PMhelpful-processor-86468
04/23/2020, 1:46 PM