Skip to content

Commit e2592cd

Browse files
author
Miguel Hernández
committed
Merge branch 'miguelhrocha/no-code-modules' of github.com:hashicorp/go-tfe into miguelhrocha/no-code-modules
2 parents 6bb5c5a + f2ad981 commit e2592cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registry_module.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ type RegistryModuleCreateOptions struct {
169169
RegistryName RegistryName `jsonapi:"attr,registry-name,omitempty"`
170170
// Optional: The namespace of this module. Required for public modules only.
171171
Namespace string `jsonapi:"attr,namespace,omitempty"`
172-
// Optional: true if the module is enabled for no-code provisioning.
172+
// Optional: If set to true the module is enabled for no-code provisioning.
173173
// **Note: This field is still in BETA and subject to change.**
174174
NoCode bool `jsonapi:"attr,no-code,omitempty"`
175175
}

0 commit comments

Comments
 (0)