KshamaG / ibm-vsi-main

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:HCL 100.0%