Skip to content

Commit

Permalink
Fixed minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lcrisci committed Dec 8, 2016
1 parent 551949e commit 661c3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote/remote_state_s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 661c3fd

Please sign in to comment.