diff --git a/terrabutler/inception.py b/terrabutler/inception.py index 2555296..dc49cbd 100644 --- a/terrabutler/inception.py +++ b/terrabutler/inception.py @@ -43,7 +43,7 @@ def inception_init(): try: with open(f"{inception_dir}/.terraform/environment", "w") as f: - f.write("dev") + f.write(default_env_name) except FileNotFoundError: print(Fore.RED + "The file that manages the environments could not" " be created.")