-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: get naming convention module from git #138
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: f4d01ad The changes in this PR will be included in the next version bump. This PR includes changesets to release 10 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
can't we publish the |
I think the alternatives to download the naming convention module from other modules are:
|
why do you need to pin the latest version? from the terraform registry you can point to a major version and get free updates |
that's the expected behaviour if you don't update the lock file |
eb44289
to
7c40a7f
Compare
List of changes
Get the naming convention module from git instead of local path
Motivation and context
When we'll download the DevEx terraform modules from the terraform registry, it will break due to the missing "dependency" model azure_naming_convention.
For this reason, it's important to get this dependent module from a remote source (in our case, github or the registry when set up)
Type of changes
Does this introduce a change to production resources with possible user impact?
Other information