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