/ibm-vsi-main

Primary LanguageHCLApache License 2.0Apache-2.0

IBM VSI (virtual machine) example

This example shows how to create virtual machines on IBM Cloud. This is a minimal configuration to demonstrate the Terraform lifecycle of apply and destroy.

VSI is configured with private network nic only to protect from threats on the public Internet.

To run, configure your IBM Cloud provider

Running the example

For planning phase

terraform plan

For apply phase

terraform apply

For destroy

terraform destroy