bland-jackal-6231
09/05/2025, 4:21 PMpreview
?
2. If so, mock all stack references to the shared project.
Is there a better way to do this?blue-jelly-20468
09/08/2025, 9:02 PMblue-jelly-20468
09/08/2025, 9:02 PMstale-tomato-37875
09/09/2025, 1:02 AMsteep-motorcycle-5349
09/09/2025, 3:27 PMgentle-account-95888
09/10/2025, 1:56 PMawsx:ecs:FargateTaskDefinition resource 'my-resource' has a problem: Requested resources exceed the maximum allowed for Fargate. Requested: 17 vCPU and 2GB. Max: 16 vCPU and 120GB.
For:
import { ecs } from '@pulumi/awsx/types/input'
import TaskDefinitionContainerDefinitionArgs = ecs.TaskDefinitionContainerDefinitionArgs
const serviceContainerDefinition: TaskDefinitionContainerDefinitionArgs = {
// ...
cpu: 16384,
memory: 32768,
}
Should be a valid config according to this: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_sizeacoustic-father-565
09/10/2025, 2:05 PMpulumi_output = stack.up(on_output=print)
or do I need to parse the output in a callback for achieving this?important-leather-28796
09/10/2025, 3:18 PMpulumi: npx @pulumi/mcp-server@latest - ✗ Failed to connect
, the current CLI is 3.194.0
.bitter-magician-3082
09/10/2025, 6:39 PMicy-chef-34317
09/10/2025, 7:33 PMmagnificent-addition-39385
09/11/2025, 6:38 AMproud-waitress-79148
09/11/2025, 9:16 PMplain-policeman-58875
09/12/2025, 9:42 AMpulumi preview
on prod vs staging (with no changes in each of them) and found things like<https://api.pulumi.com/api/stacks/[COMPANY> NAME]/[COMPANY NAME]/staging/decrypt
calls at the start, specifically there's 2 blocks of lots of these calls which roughly add green-answer-22914
09/15/2025, 5:57 PMlimited-bird-62418
09/15/2025, 7:39 PMproud-waitress-79148
09/15/2025, 8:00 PMpulumi config
commands, so what I did was that I created a stack, moved the encryption related blocks to the Pulumi.yaml as well as the secrets, where I simply added the value:
block to the secrets and unsurprisingly, the pulumi config get ...
command crashes.
Attached image shows what the Pulumi.yaml looks like and the crash looks like this (I'd post it as a GH issue, but it does feel like its my fault):
================================================================================
The Pulumi CLI encountered a fatal error. This is a bug!
We would appreciate a report: <https://github.com/pulumi/pulumi/issues/>
Please provide all of the text below in your report.
================================================================================
Pulumi Version: v3.185.0
Go Version: go1.24.5
Go Compiler: gc
Architecture: amd64
Operating System: windows
Panic: attempt to decrypt value
goroutine 1 [running]:
runtime/debug.Stack()
runtime/debug/stack.go:26 +0x5e
main.panicHandler(0xc000f55f1f)
<http://github.com/pulumi/pulumi/pkg/v3/cmd/pulumi/main.go:37|github.com/pulumi/pulumi/pkg/v3/cmd/pulumi/main.go:37> +0x45
panic({0x294d2a0?, 0x36d41d0?})
runtime/panic.go:792 +0x132
<http://github.com/pulumi/pulumi/sdk/v3/go/common/resource/config.panicCrypter.DecryptValue(...)|github.com/pulumi/pulumi/sdk/v3/go/common/resource/config.panicCrypter.DecryptValue(...)>
<http://github.com/pulumi/pulumi/sdk/v3@v3.184.0/go/common/resource/config/crypt.go:125|github.com/pulumi/pulumi/sdk/v3@v3.184.0/go/common/resource/config/crypt.go:125>
<http://github.com/pulumi/pulumi/sdk/v3/go/common/resource/config.object.decrypt({{0x294d2a0|github.com/pulumi/pulumi/sdk/v3/go/common/resource/config.object.decrypt({{0x294d2a0>?, 0xc001c270f0?}, 0x59?}, {0x3701038, 0x4ecd580}, {0x0, 0x0, 0x0}, {0x29c6a23bff8, 0x4ecd580})
<http://github.com/pulumi/pulumi/sdk/v3@v3.184.0/go/common/resource/config/object.go:96|github.com/pulumi/pulumi/sdk/v3@v3.184.0/go/common/resource/config/object.go:96> +0xfa
<http://github.com/pulumi/pulumi/sdk/v3/go/common/resource/config.object.Decrypt(...)|github.com/pulumi/pulumi/sdk/v3/go/common/resource/config.object.Decrypt(...)>
<http://github.com/pulumi/pulumi/sdk/v3@v3.184.0/go/common/resource/config/object.go:79|github.com/pulumi/pulumi/sdk/v3@v3.184.0/go/common/resource/config/object.go:79>
<http://github.com/pulumi/pulumi/sdk/v3/go/common/resource/config.Value.Value({{0xc001bf5b00|github.com/pulumi/pulumi/sdk/v3/go/common/resource/config.Value.Value({{0xc001bf5b00>?, 0x2be8480?}, 0x5?, 0x0?, 0xc000054156?}, {0x29c6a23bff8, 0x4ecd580})
<http://github.com/pulumi/pulumi/sdk/v3@v3.184.0/go/common/resource/config/value.go:70|github.com/pulumi/pulumi/sdk/v3@v3.184.0/go/common/resource/config/value.go:70> +0xc5
<http://github.com/pulumi/pulumi/pkg/v3/cmd/pulumi/config.getConfig({0x3701000|github.com/pulumi/pulumi/pkg/v3/cmd/pulumi/config.getConfig({0x3701000>, 0x4ecd580}, {0x370c2d0, 0xc001974330}, {0x0}, {0x36eccc8?, 0x4ecd580?}, {0x370e140, 0xc001bba870}, {{0xc000054150, ...}, ...}, ...)
<http://github.com/pulumi/pulumi/pkg/v3/cmd/pulumi/config/config.go:1141|github.com/pulumi/pulumi/pkg/v3/cmd/pulumi/config/config.go:1141> +0x7ab
<http://github.com/pulumi/pulumi/pkg/v3/cmd/pulumi/config.newConfigGetCmd.func1(0xc001b15808|github.com/pulumi/pulumi/pkg/v3/cmd/pulumi/config.newConfigGetCmd.func1(0xc001b15808>?, {0xc001a3a730, 0x1, 0x2eeabe2?})
<http://github.com/pulumi/pulumi/pkg/v3/cmd/pulumi/config/config.go:309|github.com/pulumi/pulumi/pkg/v3/cmd/pulumi/config/config.go:309> +0x2cb
<http://github.com/spf13/cobra.(*Command).execute(0xc001b15808|github.com/spf13/cobra.(*Command).execute(0xc001b15808>, {0xc001a3a700, 0x1, 0x1})
<http://github.com/spf13/cobra@v1.8.0/command.go:983|github.com/spf13/cobra@v1.8.0/command.go:983> +0xad4
<http://github.com/spf13/cobra.(*Command).ExecuteC(0xc001b14f08)|github.com/spf13/cobra.(*Command).ExecuteC(0xc001b14f08)>
<http://github.com/spf13/cobra@v1.8.0/command.go:1115|github.com/spf13/cobra@v1.8.0/command.go:1115> +0x44f
<http://github.com/spf13/cobra.(*Command).Execute(...)|github.com/spf13/cobra.(*Command).Execute(...)>
<http://github.com/spf13/cobra@v1.8.0/command.go:1039|github.com/spf13/cobra@v1.8.0/command.go:1039>
main.main()
<http://github.com/pulumi/pulumi/pkg/v3/cmd/pulumi/main.go:64|github.com/pulumi/pulumi/pkg/v3/cmd/pulumi/main.go:64> +0x65
stale-fish-58614
09/15/2025, 11:20 PMicy-controller-6092
09/16/2025, 12:11 PMkafka:index:Acl (acl-xyz):
error: deleting urn:pulumi:test::cloud::kafka:index/acl:Acl::acl-xyz: 1 error occurred:
* failed to list ACLs: kafka server: This most likely occurs because of a request being malformed by the client library or the message was sent to an incompatible broker. See the broker logs for more details
nothing showing up in the redpanda server logs, my best guess is that redpanda api has drifted from compatibility with the kafka api...but can't be sure unless i see something concrete
is there a way to enable verbose logging on the client?hundreds-printer-10986
09/16/2025, 7:51 PMpulumi up
and only create that resource, it works, if I run pulumi up
and allow other resources to be created, that resource hangs indefinitelybig-family-16359
09/16/2025, 9:00 PMpulumi import
doesn't seem to work: using either the token from pulumi registry or what's seen in the preview doesn't workbig-family-16359
09/16/2025, 10:28 PMelegant-dawn-62745
09/17/2025, 1:30 AMcool-pager-2804
09/17/2025, 12:41 PMwide-smartphone-71947
09/17/2025, 2:26 PMflaky-window-77168
09/18/2025, 5:40 PMstale-fish-58614
09/18/2025, 11:17 PMstale-fish-58614
09/18/2025, 11:17 PMfull-ability-261
09/19/2025, 9:15 AMtall-father-27808
09/19/2025, 9:59 PMrich-whale-93740
09/20/2025, 12:33 AM