billowy-garage-68819
04/04/2019, 8:58 PMfull-night-60980
04/04/2019, 10:29 PMenough-judge-17725
04/04/2019, 10:51 PMmammoth-wolf-46240
04/04/2019, 10:59 PMmammoth-wolf-46240
04/05/2019, 12:10 AMcolossal-summer-4798
04/05/2019, 1:10 AMquaint-tailor-52411
04/05/2019, 2:47 AMpulumi up
on a new project and it does nothing but print the help menu — no resources are getting createdquaint-tailor-52411
04/05/2019, 2:48 AMenough-judge-17725
04/05/2019, 3:08 PMjolly-lifeguard-22556
04/05/2019, 4:19 PMjolly-lifeguard-22556
04/05/2019, 4:20 PM@pulumi/aws
repo but it's since been removedquaint-tailor-52411
04/05/2019, 5:56 PMtfgen
convert .tf/.hcl
to .go
?abundant-exabyte-33805
04/05/2019, 7:21 PMmillions-judge-24978
04/05/2019, 9:22 PMconfigMap.metadata.name
of a ConfigMap. Changing the data
of the ConfigMap is causing both resources to be replaced.colossal-room-15708
04/06/2019, 1:13 PMid
property of the nested subnet resource of an Azure vnet?
const vnet = new azure.network.VirtualNetwork("vnet", {
resourceGroupName: resourceGroup.name,
location: region,
name: "vnet",
addressSpaces: [addressSpace],
subnets: [
{
addressPrefix: addressPrefix1,
name: "management"
}
]
})
Creating a subnet like this is allowed, but I wonder if I need to actually get to any information about this subnet in the same stack if it would be better to use the Subnet resource, instead of this nested syntax here.
Or is there a way to get to that nested resource?enough-judge-17725
04/06/2019, 6:41 PMplain-businessperson-30883
04/06/2019, 11:09 PMwide-judge-30323
04/08/2019, 2:31 AMmy-resource-name-4d52ea3
. Is it possible to override this to just create my-resource-name
? My specific example is for a dynamodb table where other existing processes expect an given table name. Migrating to pulumi is easier if these names don't have to change.icy-xylophone-82032
04/08/2019, 1:47 PMimportant-leather-28796
04/08/2019, 4:20 PMkubectl create secret generic mysecret --from-file auth
? I’m working on the traefik secret but not sure what the data key
is for the pulumi secret.mammoth-wolf-46240
04/08/2019, 5:16 PMprehistoric-caravan-46299
04/08/2019, 7:15 PMTSError: ⨯ Unable to compile TypeScript:
index.ts(4,20): error TS2304: Cannot find name 'awsx'.
index.ts(8,19): error TS2304: Cannot find name 'awsx'.
index.ts(13,24): error TS2304: Cannot find name 'awsx'.
index.ts(22,51): error TS7006: Parameter 'e' implicitly has an 'any' type
handsome-lizard-2724
04/08/2019, 8:46 PMquiet-wolf-18467
04/09/2019, 8:33 AMgreen-pager-56999
04/09/2019, 9:47 AMjolly-lifeguard-22556
04/09/2019, 1:50 PM<docker://pulumi/actions>
? I was excited to play around with Github Actions integration since I just got beta access but following the instructions my workflow fails because the version of Pulumi installed in the container is out of date:
Status: Downloaded newer image for pulumi/actions:latest
warning: A new version of Pulumi is available. To upgrade from version '0.16.9' to '0.17.5', visit <https://pulumi.io/install> for manual instructions and release notes.
Logging in using access token from PULUMI_ACCESS_TOKEN
warning: A new version of Pulumi is available. To upgrade from version '0.16.9' to '0.17.5', visit <https://pulumi.io/install> for manual instructions and release notes.
error: [400] Bad Request: Please upgrade to v0.16.12 or later of the Pulumi CLI to manage this stack
### FAILED Pulumi Deploy (Current Stack) 13:25:11Z (1m17.509s)
jolly-lifeguard-22556
04/09/2019, 1:52 PMearly-musician-41645
04/09/2019, 4:28 PMmy-stack-A
and my-stack-B
in foo-pulumi-project
I'd like to move them to my-org/my-stack-A
and my-org/my-stack-B
Any pointers?orange-tailor-85423
04/09/2019, 4:53 PMchilly-photographer-60932
04/09/2019, 5:22 PMchilly-photographer-60932
04/09/2019, 5:22 PMwhite-balloon-205
04/09/2019, 5:24 PMchilly-photographer-60932
04/09/2019, 5:24 PM