lemon-plumber-12041
06/10/2024, 6:32 PMlemon-plumber-12041
06/10/2024, 7:01 PMlemon-plumber-12041
06/10/2024, 7:05 PMpulumi cancel
, everything gets fucked, and the next time I run pulumi up
it tries to create a whole new cluster, service and everythinggreat-sunset-355
06/10/2024, 8:57 PMgreat-sunset-355
06/10/2024, 8:59 PMlemon-plumber-12041
06/10/2024, 9:48 PMlemon-plumber-12041
06/10/2024, 10:28 PMlemon-plumber-12041
06/10/2024, 10:28 PMgreat-sunset-355
06/11/2024, 5:32 AMlemon-plumber-12041
06/11/2024, 9:14 AMlemon-plumber-12041
06/11/2024, 9:16 AMlemon-plumber-12041
06/11/2024, 9:20 AMgreat-sunset-355
06/11/2024, 10:20 AMhealthCheck: {
path: args.healthCheckPath,
timeout: args.healthCheckTimeoutSeconds,
interval: args.healthCheckIntervalSeconds,
},
deregistrationDelay: args.deregistrationDelay,
also you could drop wait for steady state
or configure timeous but I do not know how, however they were added here: https://github.com/hashicorp/terraform-provider-aws/pull/25641
I am not sure what you are working on but you may get faster dev cycle with AppRunner or GCP CloudRunlemon-plumber-12041
06/11/2024, 10:25 AMgreat-sunset-355
06/11/2024, 10:40 AMconst appRunner = new aws.apprunner.Service(
"svc",
{
serviceName: "svc",
sourceConfiguration: {
autoDeploymentsEnabled: false,
imageRepository: {
imageRepositoryType: "ECR_PUBLIC",
imageConfiguration: {
runtimeEnvironmentSecrets: { ...pars },
runtimeEnvironmentVariables: {
SYSTEM_REQUIREMENT_CHECK_ENABLED: "false",
ALPINE_DATABASE_MODE: "external",
ALPINE_DATABASE_DRIVER: "org.postgresql.Driver",
LOGGING_LEVEL: "INFO",
},
port: "8080",
},
imageIdentifier: args.imageTag,
},
},
instanceConfiguration: {
cpu: "4 vCPU",
memory: "8 GB",
instanceRoleArn: instanceRole.arn,
},
networkConfiguration: {
egressConfiguration: {
egressType: "VPC",
vpcConnectorArn: connector.arn,
},
},
},
{ dependsOn: [...secrets] }
);
lemon-plumber-12041
06/11/2024, 10:56 AMNo 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