chilly-sunset-85353
08/27/2025, 7:27 PMmany-telephone-49025
08/28/2025, 10:06 AMflaky-country-91356
08/29/2025, 2:50 AMdazzling-sundown-39670
08/29/2025, 1:52 PM@pulumi/cloudflare
going from v5 to v6?rough-fireman-9197
08/29/2025, 3:54 PMechoing-noon-85874
08/29/2025, 3:59 PMcreamy-mouse-35947
08/30/2025, 8:00 AMlate-airplane-27955
08/30/2025, 8:52 AMmost-father-10119
09/01/2025, 6:12 AMgreat-gigabyte-78049
09/01/2025, 7:26 AMfuture-hair-65728
09/01/2025, 2:19 PMCLAUDE.md
, .cursor/rules
or .github/instructions
?prehistoric-art-16035
09/02/2025, 5:14 PMpulumi up --refresh --run-program
make any changes before confirming?orange-salesclerk-87964
09/03/2025, 3:46 PMpulumi/actions@v6
) pulumi preview --refresh --exec-agent pulumi/actions@v6 --color auto --exec-kind auto.local --event-log /tmp/automation-logs-preview-jPRIR1/eventlog.txt --stack dev --non-interactive
heres one error
docker-build:index:Image (backend-base):
warning: failed to get manifest <REMOVED>.<http://dkr.ecr.us-west-2.amazonaws.com/<name>:<tag>@<sha|dkr.ecr.us-west-2.amazonaws.com/<name>:<tag>@<sha>>: request failed: unauthorized [http 403]: {"errors":[{"code":"DENIED","message":"Your authorization token has expired. Reauthenticate and try again."}]}
This was running fine last week, but the long weekend exposed this interesting issue.
FWIW, ive had the same problems with RDS root creds noted here modern-spring-15520
09/04/2025, 1:29 PMelegant-dawn-62745
09/05/2025, 1:18 AMboundless-australia-17544
09/05/2025, 8:27 AM[diff: ~provider]
- we're using awsx.ecr.Image
.
The issue started popping up ~last week. No changes have done to this part of our codebase recently, causing us to question whether the issue could be on Pulumi side 👀brash-gigabyte-81569
09/05/2025, 4:15 PMProperty access is only allowed on Resources and Objects
when you attempt to use maps like so in the stack file
project-name:foo:
bar: test-value
and use in the yaml program like so
blah:
type: ...
properties:
something: ${foo.bar}
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