Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
terraform-provider-terrareg
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Public
terra
terraform-provider-terrareg
Graph
777e14015421c60c349092a971dfcdad53c5fafa
Select Git revision
Branches
2
9-add-support-for-archive_git_path-parameter-for-module
main
default
Tags
4
v1.1.2
v1.1.1
v1.1.0
v1.0.0
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
6
Nov
31
Oct
3
Feb
2
31
Jan
30
29
28
26
test: Add archive_git_path attribute to testAccNamespaceResourceConfig_full
9-add-support-f…
9-add-support-for-archive_git_path-parameter-for-module
Remove default value from archive_git_path and only apply when set
feat: Add support for setting archive_git_path attribute of module provider
chore(release): 1.1.2
v1.1.2 main
v1.1.2 main
Merge branch 'update-documentation' into 'main'
docs: Add import examples to resource documentation
fix: Update documentation for new resources/data-sources
chore(release): 1.1.1
v1.1.1
v1.1.1
Merge branch '6-replace-instances-for-github-user-matthewjohn-with-dockstudios' into 'main'
fix: Update remaining references to matthewjohn after merge to main
Merge branch '6-replace-instances-for-github-user-matthewjohn-with-dockstudios' into 'main'
Merge branch '2-add-resource-for-module-provider' into 'main'
test: Use raw strings for regex in tests to avoid linting errors
chore(release): 1.1.0
v1.1.0
v1.1.0
Merge branch '2-add-resource-for-module-provider' into 'main'
ci: Add environment variables for git provider configurations for terrareg
fix: Replace github user from matthewjohn to dockstudios
Avoid setting ID unecessarily, as this is handled by the PlanModifier
Remove invalid check for git providers data source
Update ID of namespace during Read
Handle plan modifier failure during plan
Add plan modifier to update ID during plan when it changes
Fix debugging
Remove debug
Fix getting state data during Update of module
Add debug logging to client
Fix check for comparison of module attributes in plan against state
Fix provider name in tests
Switch module resource to use default ID from state when unknown. Use plan/state values more explicitly in Update method
Fix expected attributes in module tests
Attempt to fix ID manipulation with plan modifier
test: Add second module test, checking all resources
Remove plan modifiers that set ID from state and always check and update ID, if not set in Read/Update methods
fix: Update namespace ID only in Read operation, using ID for obtaining information from API and updating, if it differs from name
test: Update module tests to re-use the same resource names, handling re-creation of IDs
Handle import of module, generate namespace, name and provider from ID
fix: Correctly mark object as deleted in READ when API returns 404
chore: Update Make file to handle generating dev build easier
Use ID attribute to read obtain namespace, module and provider when importing module in Read method
fix: Only update attributes during Read if the value has actually changed, to avoid showing plan changes