From 32f9b9f4632740f245f28814d9f4888aa3a4067e Mon Sep 17 00:00:00 2001 From: Shuya Ma <87669292+shuyama1@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:44:58 -0700 Subject: [PATCH] fixed the link in ignore_read in contribution guide (#10287) --- docs/content/develop/field-reference.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/content/develop/field-reference.md b/docs/content/develop/field-reference.md index 14d2e03b1af0..cb38d0d42971 100644 --- a/docs/content/develop/field-reference.md +++ b/docs/content/develop/field-reference.md @@ -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.