-
Notifications
You must be signed in to change notification settings - Fork 4
rename module to metal #401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
rename module to not be opinionated on a provider.
PR Type
enhancement
Description
Introduced Terraform configurations for provisioning various node types.
Added support for dynamic node configurations using variables.
Implemented resource provisioning for bootstrap, domain, farmer, and general nodes.
Defined outputs for node IP addresses and other configurations.
Changes walkthrough 📝
bootstrap_node_domain_provisioner.tf
Add bootstrap domain node provisioning resourcestemplates/terraform/metal/bootstrap_node_domain_provisioner.tf
bootstrap_node_provisioner.tf
Add bootstrap node provisioning resourcestemplates/terraform/metal/bootstrap_node_provisioner.tf
domain_node_provisioner.tf
Add domain node provisioning resourcestemplates/terraform/metal/domain_node_provisioner.tf
farmer_node_provisioner.tf
Add farmer node provisioning resourcestemplates/terraform/metal/farmer_node_provisioner.tf
node_provisioner.tf
Add general node provisioning resourcestemplates/terraform/metal/node_provisioner.tf
outputs.tf
Define outputs for node IP addressestemplates/terraform/metal/outputs.tf
variables.tf
Add variables for dynamic node configurationstemplates/terraform/metal/variables.tf
nodes.