Skip to content

Commit 2ea181a

Browse files
committed
Clarify code comments
1 parent 5521b47 commit 2ea181a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

registry_module.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,12 +345,12 @@ type RegistryModuleCreateWithVCSConnectionOptions struct {
345345
// https://jsonapi.org/format/#crud-creating
346346
Type string `jsonapi:"primary,registry-modules"`
347347

348-
// Optional: The name of the module. If not provided, will be inferred from the VCS repository identifier.
348+
// Optional: The Name of the module. If not provided, will be inferred from the VCS repository identifier.
349349
// This is particularly useful for monorepos with source_directory where the repository name
350350
// doesn't follow the terraform-<provider>-<name> convention.
351351
Name *string `jsonapi:"attr,name,omitempty"`
352352

353-
// Optional: The provider name. If not provided, will be inferred from the VCS repository identifier.
353+
// Optional: The name of the Provider. If not provided, will be inferred from the VCS repository identifier.
354354
// This is particularly useful for monorepos with source_directory where the repository name
355355
// doesn't follow the terraform-<provider>-<name> convention.
356356
Provider *string `jsonapi:"attr,provider,omitempty"`

0 commit comments

Comments
 (0)