Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 2.44 KB

README.md

File metadata and controls

43 lines (31 loc) · 2.44 KB

Terraform Documentation

Requirements

No requirements.

Providers

Name Version
google 6.14.1
terraform n/a

Modules

Name Source Version
helpers github.com/osinfra-io/terraform-core-helpers//root v0.1.2

Resources

Name Type
google_artifact_registry_repository.docker_remote resource
google_artifact_registry_repository.docker_standard resource
google_artifact_registry_repository.docker_virtual resource
google_artifact_registry_repository_iam_binding.docker_standard_writers resource
google_artifact_registry_repository_iam_binding.docker_virtual_readers resource
terraform_remote_state.main data source

Inputs

Name Description Type Default Required
docker_repositories The map of names and members for the Docker artifact registry repositories
map(object({
registry_readers = optional(list(string))
registry_writers = optional(list(string))
}))
{} no
enable_docker_remote_repository Enable the Docker remote repository bool false no
remote_bucket The remote bucket the terraform_remote_state data source retrieves the state from string n/a yes

Outputs

No outputs.