-
Notifications
You must be signed in to change notification settings - Fork 172
TF-26944 Add source_directory and tag_prefix registry module support #1800
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
base: main
Are you sure you want to change the base?
TF-26944 Add source_directory and tag_prefix registry module support #1800
Conversation
8b7f711
to
4d41af6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you also want to update go-tfe
as a dependency. For CI testing, if the changes for go-tfe
have not been merged into the main
branch, you can set the version equal to the commit with your changes..
d49921f
to
62ecce6
Compare
d116a95
to
d193b63
Compare
3acb04e
to
f2c85a8
Compare
01fa81b
to
0f08b91
Compare
CHANGELOG.md
Outdated
@@ -1,5 +1,8 @@ | |||
## Unreleased | |||
|
|||
FEATURES: | |||
* `r/tfe_registry_module`: Add `source_directory` and `tag_prefix` registry module support for private registry monorepository, by @jillirami ([#1800](https://github.com/hashicorp/terraform-provider-tfe/pull/1800)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also mention that it's beta here!
* `r/tfe_registry_module`: Add `source_directory` and `tag_prefix` registry module support for private registry monorepository, by @jillirami ([#1800](https://github.com/hashicorp/terraform-provider-tfe/pull/1800)) | |
* `r/tfe_registry_module`: Add `source_directory` and `tag_prefix` registry module support for private registry monorepository, which is a beta feature and not available to all users, by @jillirami ([#1800](https://github.com/hashicorp/terraform-provider-tfe/pull/1800)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated, thank you for pointing this out!
29156c7
to
622b855
Compare
Description
Adds support for source_directory and tag_prefix attributes for registry modules creation and update.
Remember to:
Testing plan
terraform init
source_directory
andtag_prefix
enabledterraform plan
andterraform apply
External links