https://pulumi.com
Join Slack
This message was deleted.
s

Slackbot

almost 5 years ago
This message was deleted.
s
m
c
  • 3
  • 6
  • 59
This message was deleted.
s

Slackbot

almost 5 years ago
This message was deleted.
s
h
+2
  • 4
  • 10
  • 59
This message was deleted.
s

Slackbot

about 5 years ago
This message was deleted.
s
m
i
  • 3
  • 4
  • 59
This message was deleted.
s

Slackbot

about 7 years ago
This message was deleted.
s
s
+3
  • 5
  • 8
  • 59
Has anyone had trouble using pulumi on a monorepo? (turborepo) I keep getting this error when tryin...
w

William

5 months ago
Has anyone had trouble using pulumi on a monorepo? (turborepo) I keep getting this error when trying to do a
pulumi up
error: Running program '/Users/william/Documents/fanzihq/iac/infrastructure/web/src/index.ts' failed with an unhandled exception:
    TSError: ⨯ Unable to compile TypeScript:
    index.ts(3,74): error TS2307: Cannot find module '@fanzi/common' or its corresponding type declarations.
      There are types at '/Users/william/Documents/fanzihq/iac/node_modules/@fanzi/common/src/constants.ts', but this result could not be resolved under your current 'moduleResolution' setting. Consider updating to 'node16', 'nodenext', or 'bundler'.
w
t
+2
  • 4
  • 5
  • 58
HI, Does anyone use devcontainers here? If so are you building your own? The official pulumi/dev-con...
k

Kevin Keeler

11 months ago
HI, Does anyone use devcontainers here? If so are you building your own? The official pulumi/dev-container does not seem to be regularly updated and is currently running v3.102.0 of pulumi cli that does not have features for creating environments by project through cli. Currently I am updating cli through a post-create script but this defeats the purpose in my mind.
k
j
l
  • 3
  • 29
  • 58
Is there a way I can make a cross-account VPC peering connection (as the requester) and have it succ...
s

Steven Sklar

12 months ago
Is there a way I can make a cross-account VPC peering connection (as the requester) and have it succeed? Whenever I create one, it fails because the accepter needs to accept the connection. Is there a way I can bypass this so my pulumi run does not fail?
aws:ec2:VpcPeeringConnection (0000000-vpc-000000000):
    error:   sdk-v2/provider2.go:520: sdk.helper_schema: Unable to modify EC2 VPC Peering Connection Options. EC2 VPC Peering Connection (pcx-0000000000000) is not active (current status: pending-acceptance). Please set the `auto_accept` attribute to `true` or activate the EC2 VPC Peering Connection manually.: provider=aws@6.56.1
    error: 1 error occurred:
    	* Unable to modify EC2 VPC Peering Connection Options. EC2 VPC Peering Connection (pcx-00000000000) is not active (current status: pending-acceptance). Please set the `auto_accept` attribute to `true` or activate the EC2 VPC Peering Connection manually.
s
f
  • 2
  • 20
  • 58
is it possible to build a docker image locally? it seems like im having a realy hard time making pul...
j

Jason Kwok

about 1 year ago
is it possible to build a docker image locally? it seems like im having a realy hard time making pulumi just building an image locally.
j
t
  • 2
  • 14
  • 58
I'm struggling to enable logging from API Gateway to Cloudwatch I've created the role and policy all...
j

James Tuson

about 1 year ago
I'm struggling to enable logging from API Gateway to Cloudwatch I've created the role and policy allowing API gateway to log to Cloudwatch and applied this on the api gateway Account resource, which works fine. In the AWS console, you then have to go to the Stage and enable logging. Optionally adding
Custom access logging
where you define your format However, in Pulumi stage resource properties there is only
destinationArn
and
format
. And even when I supply a destinationArn (have tested both creating the log group myself and referencing its arn, or simply contructing an arn string and letting API gateway create the log group) this doesn't enable the "CloudWatch logs" setting which remains on 'disabled' after pulumi up. The
Detailed metrics
option is also missing from the pulumi provider as is
x-ray tracing
Am I missing something?
j
k
m
  • 3
  • 4
  • 58
Hi, I am trying to setup argoCD and create an app using Pulumi kubernetes (in python). However I do...
p

Pierre Sigwalt

over 1 year ago
Hi, I am trying to setup argoCD and create an app using Pulumi kubernetes (in python). However I do not understand how to make sure that argoCD is ready with all pods etc before starting the app creation. So far I tried the following
argocd_stack = ConfigFile(
    'argocd-installation',
    file=f'{iac_lj_folder}/argocd/install.yaml',
    transformations=[
        set_argocd_namespace
    ],
    opts=pulumi.ResourceOptions(
        depends_on=[argocd_namespace],
        custom_timeouts=CustomTimeouts(create='5m')
    )
)

argocd_octais_app = k8s.apiextensions.CustomResource(
    'argocd-octais-app',
    api_version='<http://argoproj.io/v1alpha1|argoproj.io/v1alpha1>',
    kind='Application',
    metadata=argocd_octais_manifest['metadata'],
    spec=argocd_octais_manifest['spec'],
    opts=pulumi.ResourceOptions(
        parent=argocd_stack,
        depends_on=[
            # argocd_stack,
            argocd_github_secret,
            argocd_namespace,
            octais_namespace,
            dockerconfigjson_github
        ],
        custom_timeouts=CustomTimeouts(create='5m')
    )
)
However so far it doens't work what I need to do is: Comment the argocd_actais_app -> first run pulumi up -> wait a bit -> uncomment -> run again Is there any hint, thx a lot for the help (sorry if I posted in the wrong channel)
p
b
  • 2
  • 3
  • 58
Previous828384Next

Pulumi Community

No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.

Powered by