Provide example usage

This commit is contained in:
Jason Rothstein 2022-05-08 11:27:20 -05:00
parent 03bb0578a5
commit 0b0462745e

View File

@ -1,2 +1,14 @@
# linode_instance # linode_instance
## Usage
```
module "test1" {
source = "git::https://git.fdragon.com/TerraformModules/linode_instance.git"
authorized_keys = [
linode_sshkey.example.ssh_key,
]
host_name = "hellow-world"
domain_name = "example.com"
}
```