Skip to content

Commit

Permalink
Update registry_module.go
Browse files Browse the repository at this point in the history
Co-authored-by: UKEME BASSEY <ukeme.bassey@hashicorp.com>
  • Loading branch information
miguelhrocha and Uk1288 committed Nov 3, 2022
1 parent 1e612e9 commit f2ad981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry_module.go
Expand Up @@ -169,7 +169,7 @@ type RegistryModuleCreateOptions struct {
RegistryName RegistryName `jsonapi:"attr,registry-name,omitempty"`
// Optional: The namespace of this module. Required for public modules only.
Namespace string `jsonapi:"attr,namespace,omitempty"`
// Optional: true if the module is enabled for no-code provisioning.
// Optional: If set to true the module is enabled for no-code provisioning.
// **Note: This field is still in BETA and subject to change.**
NoCode bool `jsonapi:"attr,no-code,omitempty"`
}
Expand Down

0 comments on commit f2ad981

Please sign in to comment.