Skip to content

Commit

Permalink
fixed the link in ignore_read in contribution guide (GoogleCloudPlatf…
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyama1 authored and balanaguharsha committed Apr 19, 2024
1 parent a424b54 commit 44ee195
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/content/develop/field-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ Nested fields currently
[do not support `ignore_read`](https://github.com/hashicorp/terraform-provider-google/issues/12410)
but can replicate the behavior by implementing a
[`custom_flatten`]({{< ref "/develop/custom-code#custom_flatten" >}})
that always ignores the value returned by the API.
](https://github.com/GoogleCloudPlatform/magic-modules/blob/5923d4cb878396a04bed9beaf22a8478e8b1e6a5/mmv1/templates/terraform/custom_flatten/source_representation_instance_configuration_password.go.erb).
that always ignores the value returned by the API. [Example](https://github.com/GoogleCloudPlatform/magic-modules/blob/5923d4cb878396a04bed9beaf22a8478e8b1e6a5/mmv1/templates/terraform/custom_flatten/source_representation_instance_configuration_password.go.erb).
Any fields using a custom flatten also need to be added to `ignore_read_extra`
for any examples where the field is set.

Expand Down

0 comments on commit 44ee195

Please sign in to comment.