You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a repo on GitHub Enterprise Server, the end-to-end process of using Terragrunt Catalog and Scaffold only works with the latest version and does not support specifying a version.
Steps To Reproduce
Steps to reproduce the behavior:
Use a repo on GitHub Enterprise Server.
Try specifying a version using //.?ref=v6.1.0 or ?ref=v6.1.0.
Run the terragrunt catalog command.
Observe that no code is scaffolded and the directory remains empty.
gruntwork@host:~/code/terragrunt/org/scaffold/infrastructure-live/auth-dev/us-west-2/dev/services/oauth/test6$ terragrunt catalog
22:57:39.954 WARN Using `terragrunt.hcl` as the root of Terragrunt configurations is an anti-pattern, and no longer recommended. In a future version of Terragrunt, this will result in an error. You are advised to use a differently named file like `root.hcl` instead. For more information, see https://terragrunt.gruntwork.io/docs/migrate/migrating-from-root-terragrunt-hcl22:57:40.027 INFO Cloning repository "git::ssh://git@github.company.com/org/terraform-aws-iam.git//.?ref=v6.1.0" to temporary directory "/tmp/catalog695f4c4c6d6463743566424a5635626a386571387a6e4675326d38"22:57:44.785 INFO Found 10 modules in repository "git::ssh://git@github.company.com/org/terraform-aws-iam.git//.?ref=v6.1.0"22:57:49.012 INFO Run Scaffold for the module:"git::ssh://git@github.company.com/org/terraform-aws-iam.git//.?ref=v6.1.0//modules/attach-policy-to-role"22:57:49.013 INFO Scaffolding a new Terragrunt module git::ssh://git@github.company.com/org/terraform-aws-iam.git//.?ref=v6.1.0//modules/attach-policy-to-role to .
gruntwork@host:~/code/terragrunt/org/scaffold/infrastructure-live/auth-dev/us-west-2/dev/services/oauth/test6$ ls
gruntwork@host:~/code/terragrunt/org/scaffold/infrastructure-live/auth-dev/us-west-2/dev/services/oauth/test6$ tree ..0 directories, 0 files
Expected behavior
The scaffolding process should work correctly when specifying a version, and code should be scaffolded into the directory.
Nice to haves
The terminal output is already included in the Steps To Reproduce section.
Describe the bug
When using a repo on GitHub Enterprise Server, the end-to-end process of using Terragrunt Catalog and Scaffold only works with the latest version and does not support specifying a version.
Steps To Reproduce
Steps to reproduce the behavior:
//.?ref=v6.1.0
or?ref=v6.1.0
.Expected behavior
The scaffolding process should work correctly when specifying a version, and code should be scaffolded into the directory.
Nice to haves
The terminal output is already included in the Steps To Reproduce section.
Versions
Additional context
Example fixture: Similar to this example, but on GitHub Enterprise Server.
The text was updated successfully, but these errors were encountered: