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

Hardcode disable option as it is not valid for postgres #94

Merged
merged 1 commit into from
Apr 24, 2020

Conversation

AkhilGNair
Copy link
Contributor

@AkhilGNair AkhilGNair commented Mar 10, 2020

This removes backup_configuration.binary_log_enabled as an option in the postgres module, as attempting to set it as true results in an error:

Error: Error, failed to create instance <instance-name>: googleapi: Error 400: Invalid request: Binary log can only be enabled for MySQL instances., invalid

  on .terraform/modules/terraform-google-sql/modules/postgresql/main.tf line 26, in resource "google_sql_database_instance" "default":
  26: resource "google_sql_database_instance" "default" {

@morgante morgante merged commit c74b15d into terraform-google-modules:master Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants