limited-rainbow-51650
10/01/2021, 10:00 AMbored-oyster-3147
10/05/2021, 5:43 PMpulumi state unprotect
functionality to Automation API?prehistoric-kite-30979
10/13/2021, 10:25 PMfierce-ability-58936
10/14/2021, 7:51 AMPulumi.yaml
like
backend:
url: <azblob://container?account_name=storage_account&subscription_id=sub-id-xxx>
or similarly for S3
backend:
url: <s3://bucket_name?profile=your_profile_name_from_config>
so you don't have to do pulumi login
when switching between projects!
The PRs are:
https://github.com/google/go-cloud/pull/3008
https://github.com/google/go-cloud/pull/3072
That's a deal breaker for us!limited-rainbow-51650
10/14/2021, 9:26 AMsalmon-raincoat-19475
11/02/2021, 11:37 AMhelpful-book-29233
11/03/2021, 3:34 AMpulumi-docker
(#310) I believe I have a fix and wanted to put forward a PR but just wanted to check if I need to name the branch in my fork anything specific (I see other branches using <username>/<descriptivename>
but can't tell if the username gets applied upon merge or if I need to name the branch that in my fork. (First time contributing to open-source so apologies for the simple question)big-architect-71258
11/23/2021, 7:35 AMambitious-father-68746
12/01/2021, 10:46 PMfull-artist-27215
12/10/2021, 12:52 AMinternal
folder (https://github.com/hashicorp/terraform-provider-hcp/tree/main/internal), which my non-Go-coding self has discovered is how Go denotes private code that can't be used by other code. Is there some kind of way around this restriction for Pulumi's purposes, or is this provider effectively impossible to convert to Pulumi using the tfbridge? Thanks.victorious-xylophone-55816
01/03/2022, 4:17 PMwooden-animal-34285
02/11/2022, 11:49 AMMicrosoft (R) Build Engine version 16.4.0+e901037fe for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.
Restore completed in 398.46 ms for /home/secustor/repos/pulumi-exoscale/sdk/dotnet/Pulumi.Exoscale.csproj.
Config/Config.cs(49,31): error CS0542: 'Config': member names cannot be the same as their enclosing type [/home/secustor/repos/pulumi-exoscale/sdk/dotnet/Pulumi.Exoscale.csproj]
Build FAILED.
Config/Config.cs(49,31): error CS0542: 'Config': member names cannot be the same as their enclosing type [/home/secustor/repos/pulumi-exoscale/sdk/dotnet/Pulumi.Exoscale.csproj]
0 Warning(s)
1 Error(s)
I know that this error can come from resource names, but I do not have any resource which is called Config
. I guess it is referencing the attribute of ProviderInfo
with the same name? https://github.com/secustor/pulumi-exoscale/blob/implement_baseline/provider/resources.go#L76
My repo is based on https://github.com/pulumi/pulumi-tf-provider-boilerplate
Thanks for your help in advance!astonishing-needle-98038
02/19/2022, 3:59 PMsparse-gold-10561
03/10/2022, 6:52 PMquiet-laptop-13439
03/16/2022, 10:29 AMLookup*
stuff). We would like to extract ctx.Invoke()
function and wrap around that in the interface, with DefaultInvoker
implementation. Would you see this as an acceptable option or can it cause some problems which would make it a no?limited-rainbow-51650
03/17/2022, 7:49 PMpulumi-tf-provider-boilerplate
and updated all the info required for organization/namespace and provider name. Had to use the shim trick to expose the TF provider internal go package, but that is now in place. At the make tfgen
step, I get this error now:
$ make tfgen
[ -x /usr/local/bin/pulumi ] || curl -fsSL <https://get.pulumi.com> | sh
pulumi plugin install resource random 4.3.1
(cd provider && go build -o /Users/ringods/Projects/pulumiverse/pulumi-unifi/bin/pulumi-tfgen-unifi -ldflags "-X <http://github.com/pulumiverse/pulumi-unifi/provider/pkg/version.Version=0.0.1-alpha.1646771690+ecf121e7.dirty|github.com/pulumiverse/pulumi-unifi/provider/pkg/version.Version=0.0.1-alpha.1646771690+ecf121e7.dirty>" <http://github.com/pulumiverse/pulumi-unifi/provider/cmd/pulumi-tfgen-unifi)|github.com/pulumiverse/pulumi-unifi/provider/cmd/pulumi-tfgen-unifi)>
# <http://github.com/pulumi/pulumi/pkg/v3/codegen/schema|github.com/pulumi/pulumi/pkg/v3/codegen/schema>
../../../golang/pkg/mod/github.com/pulumi/pulumi/pkg/v3@v3.23.2/codegen/schema/loader.go:120:30: not enough arguments in call to pkgPlugin.Install
have (*os.File)
want (io.ReadCloser, bool)
make: *** [tfgen] Error 2
Am I using a wrong package version of something?
https://github.com/pulumiverse/pulumi-unifilimited-rainbow-51650
04/18/2022, 12:08 PMpulumi plugin install
command needs a thorough revision. I made a proposal for this, hoping to get this in the v4.0 release on time, in the corresponding ticket: https://github.com/pulumi/pulumi/issues/9007#issuecomment-1101347426
I hope we can get the discussion started!limited-rainbow-51650
04/19/2022, 8:55 PM"python":
section in the schema.json
can accept a "packageName":
property?
If so, is it an oversight that this property is not generated by the TF bridge?
https://github.com/pulumi/pulumi-terraform-bridge/blob/5c2d9875a867700c3e03df6fa21323ce407b96e3/pkg/tfgen/generate_schema.go#L309-L316full-artist-27215
04/21/2022, 3:08 PMwheel
is needed in the virtualenv, but it's not present in the virtualenv. It also doesn't work when I add wheel
to my test project's requirements.txt
file. Has anyone else run into this before? Thanks.bumpy-sundown-79777
04/24/2022, 3:39 AMmammoth-oyster-21227
05/10/2022, 11:56 AMbreezy-bear-50708
05/18/2022, 10:52 AMfull-artist-27215
05/18/2022, 2:36 PMFound <elided> in parsing...
messages in many of these descriptions. I'm also curious if there's any way to manually affect these documentation strings, both to fix this, as well as to fix some other documentation parsing issues I've seen in this and another provider I maintain. The "overlay" mechanism from the bridge sounds like it would be potentially useful, but I can't find any documentation around it to know one way or another. Anybody have any ideas or suggestions (@broad-dog-22463?) Thanks in advance 🙇full-artist-27215
05/27/2022, 5:04 PMlimited-rainbow-51650
05/30/2022, 7:09 PMpulumi-kubernetes
for OpenAPI to Pulumi schema generation. Can someone from the dev team shed some light on what pulumictl get version
exactly does to determine a version? This command doesn’t work for me, given I’m bootstrapping a new native provider and don’t have any commits nor tags yet in that repo.limited-rainbow-51650
06/01/2022, 5:31 PMschema.json
. Is the provider’s plugin binary code also generated (partially)?powerful-planet-88446
06/07/2022, 2:34 PMgreat-queen-39697
06/30/2022, 10:29 PMgreat-queen-39697
07/11/2022, 8:36 PM