Skip to content

Commit cd7ff6c

Browse files
committed
[TF-7737] Update documentation on how Branch and Tags effect PublishingMechanism
1 parent 7ba2b89 commit cd7ff6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

registry_module.go

+5
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,11 @@ type RegistryModuleUpdateOptions struct {
270270
// **Note: This field is still in BETA and subject to change.**
271271
TestConfig *RegistryModuleTestConfigOptions `jsonapi:"attr,test-config,omitempty"`
272272

273+
// The Branch and Tag fields are used to determine
274+
// the PublishingMechanism for a RegistryModule that has a VCS a connection.
275+
// When a value for Branch is provided, the Tags field is removed on the server
276+
// When a value for Tags is provided, the Branch field is removed on the server
277+
// **Note: This field is still in BETA and subject to change.**
273278
Branch string `jsonapi:"attr,branch,omitempty"`
274279
Tags string `jsonapi:"attr,tags,omitempty"`
275280
}

0 commit comments

Comments
 (0)