big-architect-71258
06/21/2023, 6:59 PMlimited-rainbow-51650
06/26/2023, 7:36 AMlayout
field in the Mardown files in the docs
folder are set to package
. On Pulumi side, there are changes to the rendering of packages in the registry that requires it.brainy-church-78120
06/26/2023, 1:36 PMlimited-rainbow-51650
06/30/2023, 10:21 AMmany-telephone-49025
07/03/2023, 7:33 PMlimited-rainbow-51650
07/10/2023, 8:15 AMlimited-rainbow-51650
07/14/2023, 6:13 AMcuddly-flower-91328
07/15/2023, 11:49 PMwhite-chef-55657
07/24/2023, 8:18 PMelegant-window-55250
07/24/2023, 10:19 PMfierce-art-88136
08/04/2023, 11:13 AMCan someone please help with that?(link to job)Unable to publish @pulumiverse/pulumi-esxi-native v0.0.1 to NPM
white-chef-55657
08/07/2023, 7:39 AMwhite-chef-55657
08/07/2023, 2:19 PMwhite-chef-55657
08/09/2023, 9:48 AMwhite-chef-55657
08/09/2023, 10:59 AMlimited-rainbow-51650
08/09/2023, 11:09 AMwhite-chef-55657
08/14/2023, 11:05 AMmelodic-tomato-39005
08/20/2023, 11:00 AMdelightful-salesclerk-16161
proud-pizza-80589
08/26/2023, 7:17 AMconfig:
grafana:auth:
secure: <api key from grafana with Admin permissions>
grafana:url: https://<my stack url>.<http://grafana.net|grafana.net>
I want to create a alerting rule so i start with just creating a folder like in the docs
const ruleFolder = new Folder(sanitizedClient, {
title: client,
});
Type Name Status Info
pulumi:pulumi:Stack xxx **failed** 1 error
+ └─ grafana:index:Folder yyy **creating failed** 1 error
Diagnostics:
pulumi:pulumi:Stack (xxx):
error: update failed
grafana:index:Folder (yyy):
error: 1 error occurred:
* status: 401, body: {"message":"Unauthorized","traceID":"b8784cb15a10a2d5d8f82ff44c8f37bd"}
Resources:
1 unchanged
Duration: 3s
Any hints on which keys/urls to use?white-chef-55657
08/28/2023, 3:42 PMwhite-chef-55657
08/30/2023, 1:10 PMproud-machine-85126
08/30/2023, 4:27 PMschmidtw
) Could I be re-instated? We're ready to release 😄limited-rainbow-51650
09/04/2023, 2:56 PMpulumiverse
organization.fierce-art-88136
09/05/2023, 8:29 AMlimited-rainbow-51650
09/06/2023, 12:52 PMelegant-window-55250
09/06/2023, 12:53 PMlimited-rainbow-51650
09/06/2023, 2:24 PMDependency Dashboard
issue. 🙂
https://github.com/pulumiverse/infra/issues/81
Renovate continuously updates this ticket with the open PRs for dependency updates. I like that.acoustic-tiger-77630
09/06/2023, 11:53 PMmake tfgen
again, but it failed with the following error:
# <http://github.com/pulumi/pulumi/pkg/v3/resource/deploy/deploytest|github.com/pulumi/pulumi/pkg/v3/resource/deploy/deploytest>
../../../../../pkg/mod/github.com/pulumi/pulumi/pkg/v3@v3.76.1/resource/deploy/deploytest/languageruntime.go:31:9: cannot use &languageRuntime{…} (value of type *languageRuntime) as plugin.LanguageRuntime value in return statement: *languageRuntime does not implement plugin.LanguageRuntime (wrong type for method GeneratePackage)
have GeneratePackage(string, string, map[string][]byte) error
want GeneratePackage(string, string, map[string][]byte, string) error
# <http://github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tf2pulumi/il|github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tf2pulumi/il>
../../../../../pkg/mod/github.com/pulumi/pulumi-terraform-bridge/v3@v3.58.0/pkg/tf2pulumi/il/plugin_info.go:182:82: not enough arguments in call to workspace.GetPluginPath
have ("<http://github.com/pulumi/pulumi/sdk/v3/go/common/workspace|github.com/pulumi/pulumi/sdk/v3/go/common/workspace>".PluginKind, string, nil, nil)
want (diag.Sink, "<http://github.com/pulumi/pulumi/sdk/v3/go/common/workspace|github.com/pulumi/pulumi/sdk/v3/go/common/workspace>".PluginKind, string, *"<http://github.com/blang/semver|github.com/blang/semver>".Version, []"<http://github.com/pulumi/pulumi/sdk/v3/go/common/workspace|github.com/pulumi/pulumi/sdk/v3/go/common/workspace>".ProjectPlugin)
# <http://github.com/pulumi/pulumi/pkg/v3/engine|github.com/pulumi/pulumi/pkg/v3/engine>
../../../../../pkg/mod/github.com/pulumi/pulumi/pkg/v3@v3.76.1/engine/plugins.go:190:76: not enough arguments in call to workspace.GetPluginPath
have ("<http://github.com/pulumi/pulumi/sdk/v3/go/common/workspace|github.com/pulumi/pulumi/sdk/v3/go/common/workspace>".PluginKind, string, *semver.Version, []"<http://github.com/pulumi/pulumi/sdk/v3/go/common/workspace|github.com/pulumi/pulumi/sdk/v3/go/common/workspace>".ProjectPlugin)
want (diag.Sink, "<http://github.com/pulumi/pulumi/sdk/v3/go/common/workspace|github.com/pulumi/pulumi/sdk/v3/go/common/workspace>".PluginKind, string, *semver.Version, []"<http://github.com/pulumi/pulumi/sdk/v3/go/common/workspace|github.com/pulumi/pulumi/sdk/v3/go/common/workspace>".ProjectPlugin)
# <http://github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfshim/sdk-v2|github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfshim/sdk-v2>
../../../../../pkg/mod/github.com/pulumi/pulumi-terraform-bridge/v3@v3.58.0/pkg/tfshim/sdk-v2/resource.go:24:26: r.tf.SchemaMap undefined (type *schema.Resource has no field or method SchemaMap)
../../../../../pkg/mod/github.com/pulumi/pulumi-terraform-bridge/v3@v3.58.0/pkg/tfshim/sdk-v2/resource.go:90:67: r.tf.SchemaMap undefined (type *schema.Resource has no field or method SchemaMap)
../../../../../pkg/mod/github.com/pulumi/pulumi-terraform-bridge/v3@v3.58.0/pkg/tfshim/sdk-v2/resource.go:91:22: r.tf.SchemaMap undefined (type *schema.Resource has no field or method SchemaMap)
../../../../../pkg/mod/github.com/pulumi/pulumi-terraform-bridge/v3@v3.58.0/pkg/tfshim/sdk-v2/schema.go:137:23: e.SchemaMap undefined (type *schema.Resource has no field or method SchemaMap)
make: *** [tfgen] Error 1
The same error is returned when attempting to regenerate the sdks.
Any ideas on how I can solve this?white-chef-55657
09/13/2023, 1:58 PM