Some Tofu scripts and examples.
- Clone this repository
- Go to the folder you want to use
- Run the command
tofu initto initialize the OpenTofu working directory. - Run the command
tofu planto see the changes that will be made. - Run the command
tofu applyto create the VMs. - Run the command
tofu outputto see the IP addresses of the VMs.
- Fork this repository
- Create a new branch
- Make your changes
- Create a pull request