Skip to content

Commit 8ed921c

Browse files
fix TestAccDataLossPreventionDeidentifyTemplate_dlpDeidentifyTemplate… (#5033) (#3481)
* fix TestAccDataLossPreventionDeidentifyTemplate_dlpDeidentifyTemplateBasicExample * change to use AGE Signed-off-by: Modular Magician <[email protected]>
1 parent 58dbf94 commit 8ed921c

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.changelog/5033.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/resource_data_loss_prevention_deidentify_template_generated_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ resource "google_data_loss_prevention_deidentify_template" "basic" {
7373
name = "PHONE_NUMBER"
7474
}
7575
info_types {
76-
name = "CREDIT_CARD_NUMBER"
76+
name = "AGE"
7777
}
7878
7979
primitive_transformation {

google-beta/resource_gke_hub_feature_membership_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"fmt"
66
"testing"
77

8-
dcl "github.com/GoogleCloudPlatform/declarative-resource-client-library/dcl"
8+
"github.com/GoogleCloudPlatform/declarative-resource-client-library/dcl"
99
gkehub "github.com/GoogleCloudPlatform/declarative-resource-client-library/services/google/gkehub/beta"
1010
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1111
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"

website/docs/r/data_loss_prevention_deidentify_template.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ resource "google_data_loss_prevention_deidentify_template" "basic" {
5757
name = "PHONE_NUMBER"
5858
}
5959
info_types {
60-
name = "CREDIT_CARD_NUMBER"
60+
name = "AGE"
6161
}
6262
6363
primitive_transformation {

0 commit comments

Comments
 (0)