Repository
Creates a new Repository in a given project and location. Auto-naming is currently not supported for this resource.
Properties
Optional. If set, configures this repository to be linked to a Git remote.
Optional. The name of the Secret Manager secret version to be used to interpolate variables into the .npmrc file for package installation operations. Must be in the format projects/*/secrets/*/versions/*
. The file itself must be in a JSON format. //*/
Required. The ID to use for the repository, which will become the final component of the repository's resource name.
Optional. If set, fields of workspace_compilation_overrides
override the default compilation settings that are specified in dataform.json when creating workspace-scoped compilation results. See documentation for WorkspaceCompilationOverrides
for more information.