-
Notifications
You must be signed in to change notification settings - Fork 426
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
Terrform Postgres Module creates MySQL Instance - Clarify documentation #610
Comments
@KiranK-4 what are the values passed in |
I see the same issue. I keep getting module "sql" {
providers = {
google = google.use1
}
source = "terraform-google-modules/sql-db/google//modules/postgresql"
version = "~> 21.0"
name = "${var.folder}-${var.environment}-${var.region_short_name}-db"
project_id = local.project_id
database_version = "POSTGRES_16_3"
region = var.region
} |
I think variable description is misleading. It is expecting
Here is the logic
|
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
TL;DR
Using the Postgres module creates a MySQL Instance using the same values provided in the README.md
Expected behavior
It should create a POSTGRES_9_6 database instance
Observed behavior
It creates MySQL 8.0 version Instance
Terraform Configuration
Terraform Version
required_version = ">= 0.13"
Additional information
No response
The text was updated successfully, but these errors were encountered: