Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#golang
Title
a
adorable-alligator-23779
03/22/2021, 3:49 PM
code here:
https://play.golang.org/p/7W_wD62qf2j
l
lemon-agent-27707
03/23/2021, 12:28 AM
Have you customized your pulumi installation? Do you have a non-standard value for `PULUMI_HOME`configured?
(if so there is a option you can provide to the workspace
https://pkg.go.dev/github.com/pulumi/pulumi/sdk/v2/go/x/auto#PulumiHome
) What happens if you specify plugin installation from within your program like so:
https://github.com/pulumi/automation-api-examples/blob/main/go/inline_program/main.go#L102-L106
a
adorable-alligator-23779
03/23/2021, 8:34 AM
no customization
completely new to pulumi
i have only followed the docs on the webpage
creating a pulumi kubernetes project on the side seemed to solve the problem as the plugin all of a sudden was there
3 Views
Post