diff --git a/tests/main.tftest.hcl b/tests/main.tftest.hcl index b821d27..0870769 100644 --- a/tests/main.tftest.hcl +++ b/tests/main.tftest.hcl @@ -12,7 +12,7 @@ variables { all_root_modules_enabled = true aws_integration_enabled = false before_init = [ - "echo 'Hello'" + "echo 'Ello'" ] }