sparse-intern-71089
04/05/2023, 8:43 AMechoing-dinner-19531
04/05/2023, 9:22 AMas long as your config exists in Pulumi,Just resource state, config isn't charged for.
So would it make sense to remove the project when the development phase of an application is over, and no changes in the infrastructure will be expected?It might, you'd save some direct costs but incur extra development costs if changes are then needed and you need to recreate and reimport the project.
great-sunset-355
04/05/2023, 11:14 AMrhythmic-kangaroo-93098
04/05/2023, 11:19 AMechoing-dinner-19531
04/07/2023, 9:50 AMI tried to calculate the price based on the number of resources but it was completely different than what is billed.Maybe we need a calculator on the website for this... it should be a pretty simple "resources * hours * credit cost - credit discount"
rhythmic-kangaroo-93098
04/07/2023, 11:51 AMechoing-dinner-19531
04/07/2023, 8:16 PMlemon-agent-27707
04/07/2023, 9:57 PMpulumi stack rm --stack org/project/stack --force
in order to delete a stack without having the project file.
Note!!! This will remove the stack, but not delete any of the resources within your underlying cloud provider (aws/azure) accounts.
There is also pulumi stack rename
to rename a stack and the project it is listed under.