Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamCavaliere authored Oct 12, 2018
1 parent 6f68572 commit 6844a1d
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
# terraform-vsphere-appx
# vSphere AppX Module

This is an example module to demonstrate how you could use modules to provision VMs for applications.

## Example

```
module "appx" {
source = "ptfe.this-demo.rocks/SE_Org/appx/vsphere"
version = "1.1"
vm_name = "applicationx"
cpu_count = "2"
memory = "1024"
tag_name = "Staging"
disk_size = "35"
vm_count = "2"
}
```

Required variables are:
* *vm_name*
* *vm_count*

0 comments on commit 6844a1d

Please sign in to comment.