diff --git a/terratest/test/mlflow_test.go b/terratest/test/mlflow_test.go index 847bd64..7947586 100644 --- a/terratest/test/mlflow_test.go +++ b/terratest/test/mlflow_test.go @@ -11,7 +11,7 @@ import ( ) func TestPublicDeployment(t *testing.T) { - t.Parallel() + t.Parallel() terraformOptions := &terraform.Options{ TerraformDir: "../examples", @@ -42,7 +42,7 @@ func TestPublicDeployment(t *testing.T) { } func TestPrivateDeploymentWithCustomBucket(t *testing.T) { - t.Parallel() + t.Parallel() terraformOptions := &terraform.Options{ TerraformDir: "../examples", diff --git a/variables.tf b/variables.tf index 2a7f385..1d15e9a 100644 --- a/variables.tf +++ b/variables.tf @@ -99,7 +99,7 @@ variable "database_max_capacity" { } variable "database_skip_final_snapshot" { - type = bool + type = bool default = false }