Feat: Improved Structure#2
Merged
amaanx86 merged 7 commits intosudo-terraform-modules:mainfrom Nov 30, 2025
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces significant improvements to the GitLab Groups Terraform module by updating documentation, usage examples, and configuration structure. The core changes are focused on standardizing module usage with the official Terraform Registry source, enhancing documentation for contributors and users, and providing more comprehensive and security-focused example configurations.
Documentation and Contribution Process Improvements:
.github/contributing.mdwith step-by-step instructions, semantic commit guidelines, and testing requirements for contributors.README.mdto reference the new contributing guide, replacing the previous contribution instructions with a link for clarity and maintainability.Module Usage and Example Updates:
README.mdandexamples/main.tfto use the official Terraform Registry source (sudo-terraform-modules/groups/gitlab) and specify the version (0.2.0), ensuring consistency and easier upgrades. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13]examples/README.mddescribing the organizational structure, security features, and usage of the example Terraform configurations, making it easier for users to understand and adopt best practices.README.mdwith a new section pointing to the expanded examples directory, including details about enterprise setups and specialized configurations.Security and Licensing Updates:
README.md, reflecting a more standard open-source license for Terraform modules.Module Structure and Maintainer Information:
README.mdfor transparency and support. [1] [2]These changes collectively make the module easier to use, contribute to, and integrate into enterprise environments, while also improving security, maintainability, and documentation clarity.