Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
52 views

I'm having hard time getting my KMS key working for my log group. Right now I got this error in pulumi up: policy: operation error KMS: PutKeyPolicy, [some other informations] ...
Hadock's user avatar
  • 1,008
0 votes
0 answers
31 views

I have the following pulumi go code which uses AWS Integration to start a StepFunction. func DealRequestTemplate(stateMachineArn pulumi.StringInput) pulumi.StringInput { return pulumi.Sprintf(`#...
khinester's user avatar
  • 3,522
0 votes
0 answers
36 views

In the serverless section from Runpod console, there is a section called Ready-to-Deploy Repos with convenient templates that comes from github, such as https://console.runpod.io/hub/runpod-workers/...
Vitor Figueredo Marques's user avatar
-1 votes
0 answers
154 views

I have been trying to setup Argocd with EKS, helm chart and AWS ALB behind a proxy( nginx ingress) and it not working at all. After deployment to eks cluster, if i do port-forawarding, the UI works ...
Shammir's user avatar
  • 997
0 votes
1 answer
56 views

Using pulumi to define a SecurityProfile in GCP (org-level object), I have: const globalSecurityPolicy = new gcp.networksecurity.SecurityProfile( 'default-sp', { name: `${args....
Adam Smooch's user avatar
  • 1,423
0 votes
0 answers
31 views

I'm trying to create a minimal pulumi task from AzureCLI task inside a release pipeline. It works locally, but crashes from Azure Devops ubuntu agent. #!/bin/bash cat > __main__.py <<EOF ...
martin's user avatar
  • 1,042
-1 votes
1 answer
54 views

I have a Pulumi deployment that deploys Azure function app. That works without issues. Due to new requirement I need to now add Azure SignalR Service that will communicate with the existing Azure ...
yohny's user avatar
  • 190
0 votes
1 answer
61 views

I'm hitting a wall trying to gcp create certificate authority in pulumi (python). The issue happens trying to create the authority, I get a 404 that it cannot find the authority (that it is creating). ...
Paul Forgey's user avatar
0 votes
0 answers
71 views

I am running an AWS Fargate Service with a Task that hasa desired count of 1. While the container is running it is polling an SQS queue for messages to process. I have set up Autoscaling depending on ...
PhysicusTheoreticus's user avatar
0 votes
0 answers
44 views

I have and Azure DevOps CD pipeline, that deploys Azure Infrastructure (using Pulumi). It creates and Azure Database for PostgreSQL. I want to create SQL User (other than existing superadmin) in ...
Liero's user avatar
  • 27.8k
0 votes
0 answers
68 views

I am new to Infrastructure As Code (IAC). I have created and configured the Logic App Standard with 2 workflows in it using Azure Portal. But I was asked to create them using IAC. My requirement is to ...
Pathrudu's user avatar
0 votes
1 answer
122 views

I am writing a Pulumi dynamic resource provider to control Azure DevOps project pipeline settings using the azure-devops-node-api client. Here's my provider code: import * as pulumi from '@pulumi/...
arodin's user avatar
  • 85
0 votes
1 answer
61 views

Getting an issue when trying to upgrade our system from legacy Pulumi Snowflake Grants (StageGrant) to using the newer GrantPrivilegesToAccountRole. I'm seeing an issue when trying to provision ...
Kopurlso's user avatar
0 votes
0 answers
84 views

I am using Pulumi to manage some resources in Snowflake. This requires providing Snowflake credentials to Pulumi, so that Pulumi can authenticate with Snowflake act on my behalf. I am using the DIY ...
Forneims's user avatar
0 votes
1 answer
242 views

I go to great lengths to protect the secrets that my infrastructure relies on (in AWS) through, SCP's, resource policies for KMS and SecretsManager, logging and monitoring and WORM backup strategies. ...
Tom Stock's user avatar
  • 1,300
0 votes
0 answers
112 views

There are dozens of Q/A in Stack Overflow. I've applied all the solutions out there, but I keep getting the same error: Cannot perform an interactive login from a non TTY device For context: I'm ...
Jose A's user avatar
  • 11.4k
-1 votes
2 answers
256 views

I'm using Pulumi on GCP, and I'd like to specify a bash script that would run just once after the VM is created. I saw that compute.Instance has the parameter metadata_startup_script, but IIUC it will ...
dimid's user avatar
  • 7,729
0 votes
0 answers
38 views

Issue: When multiple developers run sst start --stage local, SST's Live Lambda Development sometimes routes function invocations to another developer’s machine instead of running locally. Steps to ...
vivek.p.n manu's user avatar
0 votes
1 answer
277 views

I've just pulled an IaC repo with Pulumi code, and I'm trying to select my default stack, but when I run pulumi stack ls -a no stacks are listed: % pulumi stack ls --all ...
Thismatters's user avatar
0 votes
1 answer
73 views

I'm trying to use the Pact Terraform Provider with Pulumi using the Terraform Provider for Pulumi. Setup worked fine, but as soon as I'm configuring anything else than the Provider, I'm getting an ...
Tim Vahlbrock's user avatar
0 votes
1 answer
76 views

I'm trying to use Pulumi packages within a GitLab CI that doesn't have direct access to GitHub, however it may use a corresponding mirror to download the files. Currently the install command fails, ...
Tim Vahlbrock's user avatar
-1 votes
1 answer
113 views

I'm encountering an error when trying to run a test with Jest in a project that uses Pulumi. Here's the error stack: Cannot find module 'spdx-license-ids' from '../../node_modules/spdx-expression-...
Nahom's user avatar
  • 414
3 votes
1 answer
163 views

I have the following project I am using Pulumi to manage my various cloud run jobs. I am trying to set up all my package management to use a tool like mise for each of development. The problem is each ...
danielsmith1789's user avatar
0 votes
1 answer
76 views

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 ...
Jose A's user avatar
  • 11.4k
0 votes
0 answers
64 views

I have been struggling for days trying to get a deployment of Lambda+EFS that actually works I am using Pulumi in Python Everything I've tried results in: Calling the invoke API action failed with ...
Anentropic's user avatar
  • 34.2k
0 votes
1 answer
241 views

I am trying to get a a Docker image hosted on on AWS ECS. I am able to have a successful local build where the image is able to run without any issues. When I upload the image to ECS I keep getting ...
Zubair Amjad's user avatar
1 vote
2 answers
230 views

I am trying to create a load balancer in some specific VPC, for example: export const vpc = new awsx.ec2.Vpc( `ls-vpc-${stackName}`, { numberOfAvailabilityZones: 2, cidrBlock: '10.0.0.0/16'...
Capaj's user avatar
  • 4,224
0 votes
1 answer
100 views

Question: I'm trying to expose an AWS Elasticache Redis instance publicly using Pulumi. The Redis setup uses the @pulumi/aws package, and I'm working within a VPC configured with public subnets, an ...
Capaj's user avatar
  • 4,224
0 votes
1 answer
135 views

I'm working with the Pulumi Azure Native Provider to deploy infrastructure, and I'm encountering an issue when trying to add WebAppApplicationSettings to an Azure Static Web App (SWA). The Static Web ...
TheDentist's user avatar
-1 votes
1 answer
48 views

I'am wondering if Pulumi supports the unifi Provider with JAVA properly. There are Java examples in the Pulumi registry - Pulumi Registry Unifi. Unfortunately there is no specific unifi maven ...
eisentor's user avatar
0 votes
1 answer
85 views

I am trying Pulumi and going through the tutorial to deploy a static website on AWS. https://www.pulumi.com/docs/iac/get-started/aws/ There is no mention of the permissions to give via IAM (currently ...
Marc's user avatar
  • 1,997
0 votes
1 answer
364 views

I am trying to run pulumi destroy on a cloud run resource that does not have delete protection. But I am getting the following error:- cannot destroy service without setting deletion_protection=false ...
Badhree Babu's user avatar
1 vote
0 answers
90 views

I'm using Pulumi to manage some resources in AWS. This really applies to ANY resource created with pulumi but I'll use a security group for this example: There is a database-sg security group which is ...
Element Zero's user avatar
  • 1,761
1 vote
0 answers
373 views

I am facing an issue with CORS in my Spring Boot application. I have several domains from which I can upload files without any problem: http://localhost:4200 https://mydomain1.com https://mydomain2....
Usama's user avatar
  • 77
-1 votes
1 answer
65 views

I am attempting to set up a DynamoDB table via Pulumi and thought everything was fine after reviewing official documentation, however I am getting a warning message about my data type not being valid. ...
physicsboy's user avatar
  • 6,466
0 votes
1 answer
92 views

I need to create EventBridge Rule detecting stopped ECS Task and sending info to SNS Topic. When I create the Rule manually, it works When I create the same rule via Pulumi, it does not work - it ...
mitroo's user avatar
  • 614
0 votes
1 answer
110 views

I am dealing with a strange situation in configuring a Pulumi deployment in order to maintain a IaC for an OpenStack environment. The deployment is very simple as below, I started from Python: import ...
mejdanek's user avatar
0 votes
0 answers
226 views

I would like to set up an Entra Domain Service with Pulumi. The configuration of the domain service includes the minimum necessary configurations such as domain_name, domain_service_name, ...
Chris Neumann's user avatar
0 votes
1 answer
88 views

I'm using pulumi with azure-native and not finding a way that I can query the subscription for resource groups using a wildcard. The problem I'm trying to solve is needing to get resource keys (eg: ...
300baud's user avatar
  • 570
0 votes
1 answer
476 views

I have this issue where preview keeps failing when I try to run command to import a resource into an existing pulumi stack. Here's the error Type Name Plan Info pulumi: pulumi:...
Amowe B's user avatar
  • 45
3 votes
0 answers
139 views

I'm using the Pulumi Automation API in Go, and I want to format the standard output (stdout) as JSON. Currently, I handle stdout like this: stdoutStreamer := optup.ProgressStreams(os.Stdout) _, err = ...
PopSmoke's user avatar
0 votes
1 answer
321 views

I have set my GCP service account keys as instructed in this tutorial: pulumi --config-file stacks/Pulumi.dev-core.yaml \ -s dev-core config \ set gcp:credentials ./stacks/dec.sa-pulumi-dev-keys....
CommonSenseCode's user avatar
1 vote
1 answer
106 views

Since a migration from pulumi to terraform, every time the terraform script is applied azure apps with a subnet configured get updated. It seems pulumi created them with a / in front of their ids, ...
The Fabio's user avatar
  • 6,403
0 votes
1 answer
448 views

I am trying to create a simple azure devops pipeline to execute a pulumi preview, however, I am getting a error: obtain subscription() from Azure CLI: parsing json result from the Azure CLI: waiting ...
boybakal's user avatar
0 votes
1 answer
188 views

I'm a first time user of Pulumi. I was trying a Saas Template from here: https://github.com/SimonHoiberg/saas-template First error on "pulumi up" aws:lambda:Function (post-confirmation-fn):...
NealWalters's user avatar
  • 18.5k
3 votes
0 answers
195 views

I'm creating an EKS cluster with Pulumi Crosswalk: // vpc creation skipped cluster, err := eks.NewCluster(ctx, ClusterName, &eks.ClusterArgs{ Name: ...
Ben's user avatar
  • 650
0 votes
0 answers
98 views

I am a newbie in using Pulumi. I am trying to use module github.com/pulumi/pulumi-kubernetes/sdk/v4/go/kubernetes/operators and when I do go get github.com/pulumi/pulumi-kubernetes/sdk/v4/go/...
Chandra Sekar's user avatar
0 votes
1 answer
998 views

I'm starting the process of re-implementing our infrastructure-as-code with Pulumi and I'm seeing the different stack configuration files (dev/test etc) in my git project. The stack config files ...
Rein's user avatar
  • 125
0 votes
1 answer
966 views

I'm trying to deploy a stack using pulumi in my AWS account. My deploy.yml looks like this: name: Pushes Glue Scripts to S3 # Controls when the workflow will run on: # Triggers the workflow on push ...
Guilherme Noronha's user avatar
1 vote
1 answer
145 views

I know I can create a Accesspoint and attach a policy like this: exampleAccessPoint, err := pulumiS3.NewAccessPoint(ctx, accessPointName, &pulumiS3.AccessPointArgs{ AccountId: pulumi....
PopSmoke's user avatar

1
2 3 4 5
11