https://pulumi.com logo
Title
b

brief-football-29481

02/27/2023, 6:32 AM
what is
lamp-test
in
pulumi stack init lamp-test
?
l

little-cartoon-10569

02/27/2023, 6:35 AM
It's the name of the new stack to init.
b

brief-football-29481

02/27/2023, 6:37 AM
Also, is there a way to specify a different container image for ECS? Like
pulumi config set ecs:image wordpress:5.8.1
https://github.com/pulumi/examples/tree/master/aws-py-wordpress-fargate-rds
By default I think it pulls
wordpress:latest
, but it should be configurable through CLI.
b

brief-football-29481

02/27/2023, 9:58 AM
Can't I turn that into a parameter for
pulumi config set
? I'd like that
wordpress
is the default value, but that you can change it to something else with the command, without having to go manually into the code.
b

billowy-army-68599

02/27/2023, 3:28 PM
Yes you can…
Do you need help with that?
This is supposed to be an example though, do you not feel comfortable configuring it?