Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(e2e): Update postgres version #4701

Merged
merged 1 commit into from
Apr 23, 2024
Merged

test(e2e): Update postgres version #4701

merged 1 commit into from
Apr 23, 2024

Conversation

moduli
Copy link
Collaborator

@moduli moduli commented Apr 23, 2024

Some e2e tests were failing for the following reason

Error: creating RDS DB Instance (boundary-db-djcdlozc): InvalidParameterCombination: Cannot find version 15.3 for postgres
	status code: 400, request id: 97d6281e-b440-4885-b6fe-12a03827a6dc

  with module.create_boundary_cluster.aws_db_instance.boundary[0],
  on ../../modules/aws_boundary/rds.tf line 9, in resource "aws_db_instance" "boundary":
   9: resource "aws_db_instance" "boundary" {
  Validate: success!
  Plan: success!

This PR bumps the postgres version.

15.3 is no longer available
@moduli moduli added pr/no-milestone Ignores the Milestone Check backport/0.16.x labels Apr 23, 2024
@moduli moduli requested a review from johanbrandhorst April 23, 2024 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants