Skip to content

Commit

Permalink
chore: Rotate db-password (staging) (#3030)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Apr 18, 2024
1 parent 5042c7b commit d9a085a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions infrastructure/data/Pulumi.staging.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
config:
aws:profile: planx-staging
aws:profile: planx-staging-pulumi
data:db-password:
secure: AAABANyYBkbNfKWlHJPgQchQUyXbkh/jFGevy7r9Mqsx6mAxtE9ff01Z4T0nCJJ30N0GFwfd6TyvdGcdvuNuXg==
secure: AAABAC1IL67K+rI8eqDLfUG/eTuaQlcEOOBUmXWjY8pyrS32fUCm2WQGHCo7uwb1UYREMyYOSiYHolwpcscRLQ==
2 changes: 1 addition & 1 deletion infrastructure/data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const db = new aws.rds.Instance("app", {
engine: "postgres",
// Available versions:
// $ aws rds describe-db-engine-versions --default-only --engine postgres
engineVersion: "12.14",
engineVersion: "12.17",
// Available instance types: https://aws.amazon.com/rds/instance-types/
instanceClass: env === "production" ? "db.t3.medium" : "db.t3.micro",
allocatedStorage: env === "production" ? 100 : 20,
Expand Down

0 comments on commit d9a085a

Please sign in to comment.