* bump provider versions to 5.0.0 * fix cloud run, logging and vpc-sc * Fix secret manager * fix gke nodepool * fix gke multitenant stage and blueprint * Moving alloydb module to experimental. * Add project to bare resources in examples * tfdoc * fix svpc blueprint test * Revert "fix svpc blueprint test" This reverts commit 14f02659098070136e64ead600580dd52c23c339. * Fix GKE peering project * Disable tests in alloydb module * Bring back secret ids in secret manager tests * Remove duplicate key * last push --------- Co-authored-by: Julio Castillo <jccb@google.com>
Google Cloud Container Registry Module
This module simplifies the creation of GCS buckets used by Google Container Registry.
Example
module "container_registry" {
source = "./fabric/modules/container-registry"
project_id = "myproject"
location = "EU"
iam = {
"roles/storage.admin" = ["group:cicd@example.com"]
}
}
# tftest modules=1 resources=2 inventory=simple.yaml
Variables
| name | description | type | required | default |
|---|---|---|---|---|
| project_id | Registry project id. | string |
✓ | |
| iam | IAM bindings for topic in {ROLE => [MEMBERS]} format. | map(list(string)) |
{} |
|
| location | Registry location. Can be US, EU, ASIA or empty. | string |
"" |
Outputs
| name | description | sensitive |
|---|---|---|
| id | Fully qualified id of the registry bucket. |