Skip to content

Commit 105afd9

Browse files
authored
feat: change abfs_puser_cos_image_ref to abfs_uploader_cos_image_ref (#1)
1 parent 5e29516 commit 105afd9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/uploaders/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ No modules.
4848
| <a name="input_abfs_license"></a> [abfs\_license](#input\_abfs\_license) | ABFS license (JSON) | `string` | n/a | yes |
4949
| <a name="input_abfs_manifest_file"></a> [abfs\_manifest\_file](#input\_abfs\_manifest\_file) | Relative path from the manifest project root to the manifest file | `string` | `"default.xml"` | no |
5050
| <a name="input_abfs_manifest_project_name"></a> [abfs\_manifest\_project\_name](#input\_abfs\_manifest\_project\_name) | Name of the git project on the manifest-server containing manifests | `string` | `"platform/manifest"` | no |
51-
| <a name="input_abfs_puser_cos_image_ref"></a> [abfs\_puser\_cos\_image\_ref](#input\_abfs\_puser\_cos\_image\_ref) | Reference to the COS boot image to use for the ABFS uploader | `string` | `"projects/cos-cloud/global/images/family/cos-109-lts"` | no |
51+
| <a name="input_abfs_uploader_cos_image_ref"></a> [abfs\_puser\_cos\_image\_ref](#input\_abfs\_puser\_cos\_image\_ref) | Reference to the COS boot image to use for the ABFS uploader | `string` | `"projects/cos-cloud/global/images/family/cos-109-lts"` | no |
5252
| <a name="input_abfs_server_name"></a> [abfs\_server\_name](#input\_abfs\_server\_name) | The name of the ABFS server | `string` | n/a | yes |
5353
| <a name="input_goog_cm_deployment_name"></a> [goog\_cm\_deployment\_name](#input\_goog\_cm\_deployment\_name) | The name of the deployment for Marketplace | `string` | `""` | no |
5454
| <a name="input_project_id"></a> [project\_id](#input\_project\_id) | Google Cloud project ID | `string` | n/a | yes |

modules/uploaders/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ resource "google_compute_instance" "abfs_gerrit_uploaders" {
6060

6161
boot_disk {
6262
initialize_params {
63-
image = var.abfs_puser_cos_image_ref
63+
image = var.abfs_uploader_cos_image_ref
6464
}
6565
}
6666

modules/uploaders/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ variable "abfs_manifest_file" {
9696
default = "default.xml"
9797
}
9898

99-
variable "abfs_puser_cos_image_ref" {
99+
variable "abfs_uploader_cos_image_ref" {
100100
description = "Reference to the COS boot image to use for the ABFS uploader"
101101
type = string
102102
default = "projects/cos-cloud/global/images/family/cos-109-lts"

0 commit comments

Comments
 (0)