20cedc9045793880b0e5ac49b9462e5af6e5b889
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"
}
Description
Languages
HCL
86%
Makefile
14%