Xin Gao
Xin Gao
:clipboard: **Description** Please see context and discussions at https://github.com/badges/shields/discussions/6253
It seems not consistent in a lot of places where `_impl` or `_impl` should be used as convention for the implementation function name. According to doc [here](https://docs.bazel.build/versions/master/skylark/rules.html#implementation-function), it should be...
So right now the --type=file only reports if the file contents are different, but not if the metadata are different. Supporting file metadata diff will be useful in development/debugging related...
Data Protection Suite (DPS) cicd component: https://github.com/GoogleCloudPlatform/healthcare-data-protection-suite/tree/master/templates/tfengine/components/cicd
Major changes are to be made in https://github.com/terraform-google-modules/terraform-google-project-factory/blob/master/modules/gsuite_enabled/main.tf
Something like the following ``` variable "customer_id" { description = "..." type = string validation { condition = can(regex("^customers/C0[a-z0-9]{7}$", var.customer_id)) error_message = "Customer ID must be in the form customers/C0xxxxxxx."...