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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ ENHANCEMENTS:
4
4
*`r/tfe_oauth_client`: Add Bitbucket Data Center support with the `bitbucket_data_center` option for `service_provider` by @zainq11[#1303](https://github.com/hashicorp/terraform-provider-tfe/pull/1304)
5
5
*`r/tfe_workspace`: Add an `auto_destroy_at` attribute for scheduling an auto-destroy run in the future, by @notchairmk[1354](https://github.com/hashicorp/terraform-provider-tfe/pull/1354)
6
6
*`d/tfe_workspace`: Add an `auto_destroy_at` attribute for reading a scheduled auto-destroy, by @notchairmk[1354](https://github.com/hashicorp/terraform-provider-tfe/pull/1354)
7
+
*`r/tfe_registry_module`: Add `initial_version` support for Branch Based Modules by @aaabdelgany[#1363](https://github.com/hashicorp/terraform-provider-tfe/pull/1363)
Copy file name to clipboardExpand all lines: website/docs/r/registry_module.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,6 +154,7 @@ The following arguments are supported:
154
154
*`organization` - (Optional) The name of the organization associated with the registry module. It must be set if `module_provider` is used, or if `vcs_repo` is used via a GitHub App.
155
155
*`namespace` - (Optional) The namespace of a public registry module. It can be used if `module_provider` is set and `registry_name` is public.
156
156
*`registry_name` - (Optional) Whether the registry module is private or public. It can be used if `module_provider` is set.
157
+
*`initial_version` - (Optional) This specifies the initial version for a branch based module. It can be used if `vcs_repo.branch` is set. If it is omitted, the initial modules version will default to `0.0.0`.
157
158
158
159
The `test_config` block supports
159
160
*`tests_enabled` - (Optional) Specifies whether tests run for the registry module. Tests are only supported for branch-based publishing.
0 commit comments