https://github.com/docnow/docnow-terraform
Builds docnow's application on different cloud providers
https://github.com/docnow/docnow-terraform
Last synced: 4 months ago
JSON representation
Builds docnow's application on different cloud providers
- Host: GitHub
- URL: https://github.com/docnow/docnow-terraform
- Owner: DocNow
- Created: 2018-08-09T14:15:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-17T19:25:48.000Z (almost 8 years ago)
- Last Synced: 2025-07-02T14:48:49.949Z (12 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docnow-terraform
Builds docnow's application on different cloud providers
## Status of this Repo
### Components
- [ ] Create Scaleway
- [ ] Create Vultr
- [ ] Create DigitalOcean
- [ ] Create Cloud Scale
- [ ] Create Google Cloud
### Critical Clean up and review
- [ ] test with ansible
- [ ] test on Windows
## Quick introduction to Terraform
Terraform is a tool that lets you provision, change and version the infrastructure that will host your docnow application. That infrastructure will be virtual machines, IP/DNS records that will then be used to configure your [docnow application](https://github.com/DocNow/docnow). Terraform works with many infrastructure providers through a system of plugins. This repo will contain different cloud providers that you can run your docnow application on.
### Install Terraform
Hashicorp provides [binaries to
install](https://www.terraform.io/downloads.html) for most platforms. The DocNow
team will always test with the latest version of Terraform and their providers.
### Cloud Providers
* [Scaleway](scaleway)