Removing a version

Removing the OS definition

If you want to remove a definition, you should follow these steps

  • git clone the repo
  • git checkout -b delete_config
  • check the name of entry (the Key)
  • terraform state list | grep <your-key>
    • ensure there are only entries for your config
    •