Skip to content

Commit

Permalink
Added "encryption_key_name" variable for postgresql and mysql modules…
Browse files Browse the repository at this point in the history
… and "availability_type" variable for mysql
  • Loading branch information
Cezar Romaniuc committed Apr 24, 2020
1 parent 640d337 commit 7f9daae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/mysql/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ locals {
}

resource "google_sql_database_instance" "default" {
provider = google-beta
project = var.project_id
name = var.name
database_version = var.database_version
Expand Down
1 change: 1 addition & 0 deletions modules/postgresql/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ locals {
}

resource "google_sql_database_instance" "default" {
provider = google-beta
project = var.project_id
name = var.name
database_version = var.database_version
Expand Down

0 comments on commit 7f9daae

Please sign in to comment.