From 2fc2139bd6750a5d1aa43578461a8f17bb3ec22e Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sun, 9 Feb 2020 21:16:43 -0500 Subject: [PATCH] Initial commit with mostly nothing --- README.md | 20 ++++++++++++++++++++ main.tf | 0 outputs.tf | 0 variables.tf | 0 4 files changed, 20 insertions(+) create mode 100644 README.md create mode 100644 main.tf create mode 100644 outputs.tf create mode 100644 variables.tf 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