From 661c3fdc20c7b0f04865dde0a1f1996ce4a5f09e Mon Sep 17 00:00:00 2001 From: Laurent Crisci Date: Thu, 8 Dec 2016 13:12:47 +0000 Subject: [PATCH] Fixed minor typo --- remote/remote_state_s3.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote/remote_state_s3.go b/remote/remote_state_s3.go index e7e79dd16..975880323 100644 --- a/remote/remote_state_s3.go +++ b/remote/remote_state_s3.go @@ -77,7 +77,7 @@ func validateS3Config(config *RemoteStateConfigS3, terragruntOptions *options.Te } if config.Encrypt != "true" { - terragruntOptions.Logger.Printf("WARNING: encryption is not enabled on the S3 remote state bucket %s. Terraform state files may contain secrets, so we STRONGLY recommend enablying encryption!", config.Bucket) + terragruntOptions.Logger.Printf("WARNING: encryption is not enabled on the S3 remote state bucket %s. Terraform state files may contain secrets, so we STRONGLY recommend enabling encryption!", config.Bucket) } return nil