artifact-registry

binxio/artifact-registry/google

Terraform Module HCL GOOGLE

Generic Google Artifact Registry module for Terraform

Install
module "artifact-registry" {
source = "binxio/artifact-registry/google"
version = "1.0.0"
}
plain text: /constructs/tfmod-binxio-artifact-registry-google/install.txt
⭐ Source on GitHub 📦 Registry page
README

Module terraform-google-artifact-registry Core Version Constraints: >= 0.14 Provider Requirements: google (hashicorp/google): (any version) google-beta (hashicorp/google-beta): (any version) Input Variables environment (required): Company environment for which the resources are created (e.g. dev, tst, acc, prd, all). gcp_project (default null): GCP Project ID override - this is normally not needed and should only be used in tf-projects. owner (required): Owner of the resource. This variable is used to set the 'owner' label. Will be used as default for each repository, but can be overridden using the repository settings. project (required): Company project name. repositories (required): Map of repositories to be created. The key will be used for the repository name so it should describe the

Inputs (6)
NameTypeDescriptionDefault
projectstringCompany project name. required
environmentstringCompany environment for which the resources are created (e.g. dev, tst, acc, prd required
gcp_projectstringGCP Project ID override - this is normally not needed and should only be used in required
repositoriesanyMap of repositories to be created. The key will be used for the repository name required
repository_defaultsobject({ owner = stDefault settings to be used for your repositories so you don't need to provide t required
ownerstringOwner of the resource. This variable is used to set the 'owner' label. Will be u required
Outputs (2)
repository_defaults — The generic defaults used for repository settings
map — outputs for all google_artifact_registry_repositories created
Resources (2)
google_artifact_registry_repositorygoogle_artifact_registry_repository_iam_policy
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud GOOGLE
★ Stars2
Forks3
Total downloads10.3k
Inputs6
Outputs2
Resources2
LicenseMIT
Namespacebinxio
Updated