
How do I convert the Output into str, to used as inputs in Pulumi ...
Apr 20, 2023 · More importantly, but probably for the same reason, neither can I use vpc_in.name or string_in as values in Pulumi resources of the second project where it expects type str and doesn't …
How to pass CLI arguments to my Pulumi code? - Stack Overflow
Sep 11, 2022 · For instance, can I write something like pulumi up -ec2_count=15 so that ec2_count is my custom arg I interpret in my Pulumi code? I couldn't find such capability in their docs, but it's …
Pulumi Dynamic Provider with azure-devops-node-api Fails Due to ...
Mar 4, 2025 · Instead of using a Dynamic Provider which Pulumi serializes, use a ComponentResource. As component resources run locally, so Pulumi does not try to serialize azure-devops-node-api.
How to convert Pulumi Output<t> to string? - Stack Overflow
The first argument to every resource type in Pulumi is the logical name and is used for Pulumi to track the resource internally from one deployment to the next. By default, Pulumi auto-names the physical …
Pulumi and Docker - Can't find the image when I'm passing the path ...
Dec 29, 2024 · I'm currently using Pulumi (Go) to handle the infrastructure. I'm trying to deploy to Google Cloud's Artifact Registry with a pre-built Docker image, but I'm having issues with Docker finding the …
amazon ebs - Pulumi: Preview failed: 1 error occurred: * configuring ...
Jun 5, 2024 · I have run the import command on the cli to import an ebs volume, specifying the id of the resource. pulumi import aws:ebs/volume:Volume id vol-id and I am expecting a preview and some ts …
Azure DevOps pipeline for Pulumi when using Azure blob storage as ...
Oct 21, 2021 · Instead of using Pulumi service (managed) backend, I am using Azure blob container as stack state backend. According to the documentation, Pulumi CLI would expect …
Using the Pulumi Automation API without the Pulumi Service
Sep 14, 2022 · In the documentation I could not find information about this, the only login-related topic mentioned is the use of a Pulumi Access Token used to talk to the Pulumi Service - which I'm trying …
Newest 'pulumi' Questions - Stack Overflow
Jun 21, 2018 · Pulumi provider built with pulumi-terraform-bridge not detecting changes in nested list attribute from terraform-plugin-framework provider terraform pulumi Towhid.kahn 57 Sep 28, 2024 at …
Pulumi runtime can't find pulumi library - Stack Overflow
Feb 7, 2023 · Pulumi runtime can't find pulumi library Asked 2 years, 10 months ago Modified 2 years, 10 months ago Viewed 5k times