creamy-potato-29402
08/30/2018, 2:26 AMcreamy-potato-29402
08/30/2018, 2:26 AMmammoth-caravan-51104
08/31/2018, 2:20 PMPreviewing update of stack 'exposed-deployment'
Previewing changes:
Type Name Plan Info
+ pulumi:pulumi:Stack exposed-deployment-exposed-deployment create
* └─ global global no change 1 error
Diagnostics:
global: global
error: Unable to read kubectl config: invalid configuration: no configuration has been provided
error: an error occurred while advancing the preview
I'd appreciate pointing to the right path, thanks!important-jackal-88836
08/31/2018, 4:48 PMbig-piano-35669
pulumi stack init myorg/mystack
big-piano-35669
big-piano-35669
big-piano-35669
boundless-monkey-50243
08/31/2018, 5:09 PMimportant-jackal-88836
08/31/2018, 5:09 PMrough-oil-1458
08/31/2018, 5:19 PMrough-oil-1458
08/31/2018, 5:20 PMboundless-monkey-50243
08/31/2018, 5:25 PMboundless-monkey-50243
08/31/2018, 5:25 PMwhite-balloon-205
boundless-monkey-50243
08/31/2018, 5:29 PMrough-oil-1458
08/31/2018, 5:30 PMrough-oil-1458
08/31/2018, 5:31 PMrough-oil-1458
08/31/2018, 5:31 PMrough-oil-1458
08/31/2018, 5:32 PMadventurous-jordan-10043
08/31/2018, 5:32 PMadventurous-jordan-10043
08/31/2018, 5:35 PMrough-oil-1458
08/31/2018, 5:35 PMrough-oil-1458
08/31/2018, 5:35 PMrough-oil-1458
08/31/2018, 5:36 PMrough-oil-1458
08/31/2018, 5:36 PMrough-oil-1458
08/31/2018, 5:36 PMboundless-monkey-50243
08/31/2018, 6:36 PMaws.ec2.Vpc
object as an export, it turns into its VPC ID as a string. In Terraform or CloudFormation I would expect to get the ID back, but in Pulumi these are all objects that I'm dealing with. At minimum I would have expected it to turn into, say, { id: "vpc-xxx" }
- stripping out fields that the exporter doesn't know what to do with.bitter-oil-46081
08/31/2018, 7:02 PMpulumi stack output
)?boundless-monkey-50243
08/31/2018, 7:02 PM{ vpc: "vpc-xxx" }
, which is inconsistent with uses of vpc
in the code itself. (Having to remember that this vpc
is a string is weird.)