diff --git a/README.md b/README.md new file mode 100644 index 0000000..034ecef --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# `tf_digitalocean_spoke` + +This is a terraform module that deploys a +[Spoke](https://github.com/MoveOnOrg/Spoke) instance at DigitalOcean. + +## Usage + +_TODO_ + +## Inputs + +_TODO_ + +## Outputs + +_TODO_ + +## License + +[MIT](./LICENSE) diff --git a/main.tf b/main.tf new file mode 100644 index 0000000..e69de29 diff --git a/outputs.tf b/outputs.tf new file mode 100644 index 0000000..e69de29 diff --git a/variables.tf b/variables.tf new file mode 100644 index 0000000..e69de29