You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_buckets_to_be_tagged"></a> [buckets\_to\_be\_tagged](#input\_buckets\_to\_be\_tagged)| A structured list of objects, containing the list of buckets we want to tag and the tag values, in the form `<TAG_KEY_SHORTNAME>/<TAG_VALUE_SHORTNAME>`. If no bucket\_location is specified, the value of default\_location will be used. | <pre>list(object({<br> bucket_name = string<br> tags = optional(list(string), [])<br> bucket_location = optional(string, null)<br> }))</pre> |`[]`| no |
59
-
| <aname="input_cloudsql_instances_to_be_tagged"></a> [cloudsql\_instances\_to\_be\_tagged](#input\_cloudsql\_instances\_to\_be\_tagged)| A structured list of objects, containing the list of cloudSQL instances we want to tag, with instance name, instance location (region) and tag values. | <pre>list(object({<br> instance_id = string<br> tags = optional(list(string), [])<br> instance_location = optional(string, null)<br> }))</pre> |`[]`| no |
58
+
| <aname="input_artifact_registry_repositories_to_be_tagged"></a> [artifact\_registry\_repositories\_to\_be\_tagged](#input\_artifact\_registry\_repositories\_to\_be\_tagged)| A structured list of objects, containing the list of repositories we want to tag, with repository id, repository location (region) and tag values. | <pre>list(object({<br> repository_id = string<br> repository_location = optional(string, null)<br> tags = optional(list(string), [])<br> }))</pre> |`[]`| no |
59
+
| <aname="input_buckets_to_be_tagged"></a> [buckets\_to\_be\_tagged](#input\_buckets\_to\_be\_tagged)| A structured list of objects, containing the list of buckets we want to tag and the tag values, in the form `<TAG_KEY_SHORTNAME>/<TAG_VALUE_SHORTNAME>`. If no bucket\_location is specified, the value of default\_location will be used. | <pre>list(object({<br> bucket_name = string<br> bucket_location = optional(string, null)<br> tags = optional(list(string), [])<br> }))</pre> |`[]`| no |
60
+
| <aname="input_cloudsql_instances_to_be_tagged"></a> [cloudsql\_instances\_to\_be\_tagged](#input\_cloudsql\_instances\_to\_be\_tagged)| A structured list of objects, containing the list of cloudSQL instances we want to tag, with instance name, instance location (region) and tag values. | <pre>list(object({<br> instance_id = string<br> instance_location = optional(string, null)<br> tags = optional(list(string), [])<br> }))</pre> |`[]`| no |
60
61
| <aname="input_default_location"></a> [default\_location](#input\_default\_location)| The default location (region) used for the resources to be tagged. |`string`| n/a | yes |
61
62
| <aname="input_global_tags"></a> [global\_tags](#input\_global\_tags)| A list of tags to be applied to all the resources, in the form tag\_key\_short\_name/tag\_value\_short\_name. If a resource specify a list of tags, the global tags will overridden and replaced by those specified in the resource. |`list(string)`|`[]`| no |
62
63
| <aname="input_project_id"></a> [project\_id](#input\_project\_id)| The Google Cloud project ID. |`string`| n/a | yes |
@@ -74,9 +75,9 @@ In the module output you can retrieve all tags keys and values informations.
|[google_project.project](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/project)| data source |
80
81
|[google_tags_tag_key.project_tag_keys_to_discover](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/tags_tag_key)| data source |
81
82
|[google_tags_tag_key.tag_keys](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/tags_tag_key)| data source |
82
83
|[google_tags_tag_value.project_tag_values_to_be_discovered](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/tags_tag_value)| data source |
description="A structured list of objects, containing the list of buckets we want to tag and the tag values, in the form `<TAG_KEY_SHORTNAME>/<TAG_VALUE_SHORTNAME>`. If no bucket_location is specified, the value of default_location will be used."
description="A structured list of objects, containing the list of cloudSQL instances we want to tag, with instance name, instance location (region) and tag values."
description="A structured list of objects, containing the list of repositories we want to tag, with repository id, repository location (region) and tag values."
0 commit comments