Iris Chen
Iris Chen
hclwrite currently supports `github.com/zclconf/go-cty`. The library looks similar with `github.com/hashicorp/go-cty/cty`. However, their types/values cannot be cast into the other library easily. - Is there a difference between these two library,...
In code `K = P*C.transpose()*(C*P*C.transpose() + R).inverse();`, the inverse of a matrix might not exist if the matrix is singular, and K is invalid in that case.
b/235263809 Wrap resolve image function to recover from panic if client is nil and return just the original name. The whole content of the original image.go should go away and...
Return json output for breaking change tool output. https://github.com/hashicorp/terraform-provider-google/issues/17635 **Release Note Template for Downstream PRs (will be copied)** ```release-note:none ```
convert wait_for_commit.sh to go command https://github.com/hashicorp/terraform-provider-google/issues/17661 **Release Note Template for Downstream PRs (will be copied)** ```release-note:none ```
remove firestore project and its reference https://github.com/hashicorp/terraform-provider-google/issues/17775 **Release Note Template for Downstream PRs (will be copied)** ```release-note:none ```
https://github.com/hashicorp/terraform-provider-google/issues/14743 Part 1 - add missing docs command into diff-processor to detect new fields or new resource without doc. This only covers resource, NOT data sources. - For all field...
**Release Note Template for Downstream PRs (will be copied)** ```release-note:none ```
https://github.com/hashicorp/terraform-provider-google/issues/14743 Part 2 - Detect missing docs for data source **Release Note Template for Downstream PRs (will be copied)** ```release-note:note ```
https://github.com/hashicorp/terraform-provider-google/issues/20127 - Check license type (using a go-licenses library) - Check copyright year (using strings.Contains) Tested in https://github.com/GoogleCloudPlatform/magic-modules/pull/13805. **Release Note Template for Downstream PRs (will be copied)** See [Write release...