Skip to main content
0 votes
0 answers
57 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,018
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
38 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
0 votes
1 answer
58 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
33 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
72 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
125 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
86 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
244 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

15 30 50 per page
1
2 3 4 5
34