File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"`
You can’t perform that action at this time.
0 commit comments