domain

JamesWoolfenden/domain/linode

Terraform Module HCL LINODE
Install
module "domain" {
source = "JamesWoolfenden/domain/linode"
version = "0.0.1"
}
plain text: /constructs/tfmod-jameswoolfenden-domain-linode/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-linode-domain ![Build Status](https://github.com/JamesWoolfenden/terraform-linode-domain) ![Latest Release](https://github.com/JamesWoolfenden/terraform-linode-domain/releases/latest) ![pre-commit](https://github.com/pre-commit/pre-commit) ![checkov](https://www.checkov.io/) Usage Requires your Personal Access Token as an Environmental Variable. Module automatically generate your instance root password amd SSH key. ``bash export LINODE_TOKEN="xxxxx" ` Include this repository as a module in your existing Terraform code: `hcl module "domain" { source = "github.com/JamesWoolfenden/terraform-linode-domain" version. = "0.0.1" } `` Requirements | Name | Version | |------|---------| | terraform | >=0.14.8 | | linode | >=1.25.0 | Providers | Name | Version | |------|---------| | linode |

Inputs (2)
NameTypeDescriptionDefault
domainobject({ type = strin required
recordslist(object({ name required
Outputs (2)
domain
records
Resources (2)
linode_domainlinode_domain_record
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.1
Cloud LINODE
Total downloads609
Inputs2
Outputs2
Resources2
NamespaceJamesWoolfenden
Updated