Skip to content

Commit

Permalink
Merge branch 'miguelhrocha/no-code-modules' of github.com:hashicorp/g…
Browse files Browse the repository at this point in the history
…o-tfe into miguelhrocha/no-code-modules
  • Loading branch information
miguelhrocha committed Nov 3, 2022
2 parents 6bb5c5a + f2ad981 commit e2592cd
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 e2592cd

Please sign in to comment.