From 576e4045c2ee5e91c30a9c91bbb59d447333ef3a Mon Sep 17 00:00:00 2001 From: larribas Date: Sun, 9 Aug 2020 12:31:29 +0200 Subject: [PATCH] Standard formatting --- terratest/test/mlflow_test.go | 4 ++-- variables.tf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }