Skip to content
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

Modularize Terraform code for better reuse and maintainability #101

Open
glovecchi0 opened this issue Oct 4, 2024 · 2 comments
Open

Modularize Terraform code for better reuse and maintainability #101

glovecchi0 opened this issue Oct 4, 2024 · 2 comments
Assignees

Comments

@glovecchi0
Copy link
Collaborator

We need to modularize the existing Terraform code to improve reusability, maintainability, and organization. By splitting the code into modules, we can reduce duplication, simplify management, and make it easier to scale and collaborate across projects. This approach will also help abstract complex configurations into simpler, reusable components.

TO BE structure:

terraform-harvester-equinix/
├── modules/
├── examples/

I've already done something similar here.

After that, nothing prevents us from publishing in the official Terraform Registry.

@glovecchi0 glovecchi0 self-assigned this Oct 4, 2024
@glovecchi0
Copy link
Collaborator Author

Hey @dnoland1, what do you think?

@glovecchi0
Copy link
Collaborator Author

Another example here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant