Skip to content

Commit

Permalink
Updated: safer_mysql random_instance_name to false
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin-recurly committed May 28, 2020
1 parent 7b7b841 commit 2a29561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/safer_mysql/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module "safer_mysql" {
source = "../mysql"
project_id = var.project_id
name = var.name
random_instance_name = true
random_instance_name = var.random_instance_name
database_version = var.database_version
region = var.region
zone = var.zone
Expand Down

0 comments on commit 2a29561

Please sign in to comment.