shy-architect-77550
06/09/2021, 11:11 PMfoobar = linode.NodeBalancer("foobar",
label="mynodebalancer",
region="us-east",
client_conn_throttle=20)
foofig = linode.NodeBalancerConfig("foofig",
nodebalancer_id=foobar.id,
port=8088,
protocol="http",
check="http",
check_path="/foo",
check_attempts=3,
check_timeout=30,
stickiness="http_cookie",
algorithm="source")
The error is: error: linode:index/nodeBalancerConfig:NodeBalancerConfig resource 'foofig' has a problem: Attribute must be a whole number, got 143111. Examine values at 'NodeBalancerConfig.NodebalancerId'.
orange-byte-86458
06/10/2021, 12:19 AMtf2pulumi
tool but, of course, nothing ever works on the first try 🙂
It seems like in our existing Terraform config we’re using https://registry.terraform.io/providers/gavinbunney/kubectl/latest provider for which there’s no direct Pulumi alternative and the tf2pulumi
tool fails with a no resource plugin 'kubectl'
error. My understanding was that I could use the --allow-missing-plugins
to make it proceed and then simply refactor the resulting code to use Pulumi’s native plugin but, unfortunately, --allow-missing-plugins
does nothing and tf2pulumi
still fails.
Is there an easy workaround for this or do I need to go the route of wrapping the kubectl
plugin via https://github.com/pulumi/pulumi-terraform-bridge, publishing it in the registry, etc., etc. ?
Thanks!gorgeous-minister-41131
06/10/2021, 1:51 AMgorgeous-minister-41131
06/10/2021, 1:52 AMhiera
for Pulumi configuration..gorgeous-minister-41131
06/10/2021, 1:54 AMgorgeous-minister-41131
06/10/2021, 1:55 AMgorgeous-minister-41131
06/10/2021, 1:56 AMgorgeous-minister-41131
06/10/2021, 1:57 AMpulumi.Config()
got almost there, … but the separate Bags are still stored in the same stack file 😛few-knife-71421
06/10/2021, 4:07 AMhandsome-accountant-55124
06/10/2021, 5:12 AMlively-breakfast-59078
06/10/2021, 10:32 AMubuntu-latest
. Has anyone else come across this?
error: Running program '/Users/okal/workspaces/<redacted>/source/<redacted>/infra' failed with an unhandled exception:
TypeError: Class extends value undefined is not a constructor or null
at Object.<anonymous> (/Users/<redacted>/source/<redacted>d/infra/node_modules/@pulumi/cloudwatch/eventRuleMixins.ts:70:56)
at Module._compile (node:internal/modules/cjs/loader:1108:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1137:10)
at Module.load (node:internal/modules/cjs/loader:988:32)
at Function.Module._load (node:internal/modules/cjs/loader:828:14)
at Module.require (node:internal/modules/cjs/loader:1012:19)
at require (node:internal/modules/cjs/helpers:93:18)
at Object.<anonymous> (/Users/<redacted>/source/<redacted>/infra/node_modules/@pulumi/cloudwatch/cloudwatchMixins.ts:16:1)
at Module._compile (node:internal/modules/cjs/loader:1108:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1137:10)
melodic-car-16900
06/10/2021, 10:58 AMsalmon-guitar-84472
06/10/2021, 1:13 PMAzure.Sql.SqlServer
to
Azure.MSSql.Server
so I can set the MinimumTlsVersion = "1.2"
salmon-guitar-84472
06/10/2021, 1:14 PMsalmon-guitar-84472
06/10/2021, 1:15 PMicy-jordan-58549
06/10/2021, 2:18 PMbored-continent-69206
06/10/2021, 2:38 PMinfo: Environment provided - selecting dev Pulumi stack.
error: Project application api (dev environment) does not exist.
I have all the state files in the right path. Can anybody tell me what I might be missing that could lead to this behaviour? thanks for any hints in advance 🙂
Edit: I try to run the refresh command, but it doesn't matter. With every option it will say the stack does not exist.full-artist-27215
06/10/2021, 2:47 PMmake build_sdks
step, but it's failing with the following:
no required module provides package <http://github.com/pulumi/pulumi-nomad/provider/cmd/pulumi-tfgen-nomad;|github.com/pulumi/pulumi-nomad/provider/cmd/pulumi-tfgen-nomad;> to add it:
go get <http://github.com/pulumi/pulumi-nomad/provider/cmd/pulumi-tfgen-nomad|github.com/pulumi/pulumi-nomad/provider/cmd/pulumi-tfgen-nomad>
That obviously doesn't exist... any pointers? Thanks in advance 🙇early-minister-86776
06/10/2021, 6:39 PMstraight-tailor-56799
06/11/2021, 7:44 AMup_res = stack.up(on_output=print)
actually logs the output in standard out, I want to return this response back to the UI as stream and not sure how i can do that. any help ?damp-tiger-87899
06/11/2021, 12:06 PMtall-beard-99429
06/11/2021, 1:19 PMfuture-mouse-80057
06/12/2021, 9:33 PMbored-activity-40468
06/12/2021, 10:40 PMacoustic-kitchen-3641
06/13/2021, 10:12 AMwhite-action-27798
06/13/2021, 10:38 AMmany-helicopter-89037
06/13/2021, 9:35 PMStackReference
. Projects are using different KMS keys for themselves. However it looks like if Project B wants to access Project A's outputs, Project B also needs to have access to Project A's KMS keys and its own KMS. My question is do people use just single KMS key for multiple projects in this case or just keep granting KMS access to other projects?wet-sunset-4939
06/14/2021, 10:35 AMgorgeous-country-43026
06/14/2021, 10:47 AMancient-night-64850
06/14/2021, 11:42 AM