chore: update database URL string to allow for Prisma Client 7 upgrade#1264
Open
chore: update database URL string to allow for Prisma Client 7 upgrade#1264
Conversation
8 tasks
timarney
approved these changes
Mar 27, 2026
Member
timarney
left a comment
There was a problem hiding this comment.
Thanks for adding the note back to the github issue
bryan-robitaille
approved these changes
Mar 30, 2026
⚠ Terrform update availableTerraform: 1.14.8 (using 1.12.2)
Terragrunt: 1.0.0 (using 0.83.0) |
Staging: rds✅ Terraform Init: Plan: 1 to add, 0 to change, 1 to destroyShow summary
Show planResource actions are indicated with the following symbols:
-/+ destroy and then create replacement
Terraform will perform the following actions:
# aws_secretsmanager_secret_version.database_url must be replaced
-/+ resource "aws_secretsmanager_secret_version" "database_url" {
~ arn = "arn:aws:secretsmanager:ca-central-1:687401027353:secret:server-database-url-0PSpE3" -> (known after apply)
+ has_secret_string_wo = (known after apply)
~ id = "arn:aws:secretsmanager:ca-central-1:687401027353:secret:server-database-url-0PSpE3|FF00B695-F9A1-41AB-B815-7CEFEFCDA814" -> (known after apply)
~ secret_string = (sensitive value) # forces replacement
~ version_id = "FF00B695-F9A1-41AB-B815-7CEFEFCDA814" -> (known after apply)
~ version_stages = [
- "AWSCURRENT",
] -> (known after apply)
# (4 unchanged attributes hidden)
}
Plan: 1 to add, 0 to change, 1 to destroy.
Changes to Outputs:
~ database_url_secret_arn = "arn:aws:secretsmanager:ca-central-1:687401027353:secret:server-database-url-0PSpE3" -> (known after apply)
─────────────────────────────────────────────────────────────────────────────
Saved the plan to: plan.tfplan
To perform exactly these actions, run the following command to apply:
terraform apply "plan.tfplan"
Show Conftest resultsWARN - plan.json - main - Missing Common Tags: ["aws_rds_cluster.forms"]
WARN - plan.json - main - Missing Common Tags: ["aws_rds_cluster_instance.forms"]
WARN - plan.json - main - Missing Common Tags: ["aws_secretsmanager_secret.database_secret"]
WARN - plan.json - main - Missing Common Tags: ["aws_secretsmanager_secret.database_url"]
WARN - plan.json - main - Missing Common Tags: ["aws_secretsmanager_secret.rds_connector"]
24 tests, 19 passed, 5 warnings, 0 failures, 0 exceptions
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary | Résumé
Note:
More information about the problem: