First working version

This commit is contained in:
2020-07-18 14:02:23 -05:00
parent 2dc844f040
commit a680939b87
15 changed files with 79 additions and 0 deletions

View File

@@ -1,2 +1,15 @@
# digitalocean_droplet
## Usage
```
module "test1" {
source = "git::https://git.fdragon.com/TerraformModules/digitalocean_droplet.git"
host_name = "hello-world"
domain_name = "example.com"
ssh_keys = [
data.digitalocean_ssh_key.example.id,
]
}
```