diff --git a/.changelog/7406.txt b/.changelog/7406.txt new file mode 100644 index 00000000000..a05329d692e --- /dev/null +++ b/.changelog/7406.txt @@ -0,0 +1,3 @@ +```release-note:enhancement +bigquerydatapolicy: updated api version from v1beta1 to v1 and made it possible to use additional data policies. +``` diff --git a/website/docs/r/bigquery_datapolicy_data_policy.html.markdown b/website/docs/r/bigquery_datapolicy_data_policy.html.markdown index 751c342570f..2e715eee0e9 100644 --- a/website/docs/r/bigquery_datapolicy_data_policy.html.markdown +++ b/website/docs/r/bigquery_datapolicy_data_policy.html.markdown @@ -103,7 +103,7 @@ The following arguments are supported: * `predefined_expression` - (Required) The available masking rules. Learn more here: https://cloud.google.com/bigquery/docs/column-data-masking-intro#masking_options. - Possible values are `SHA256`, `ALWAYS_NULL`, and `DEFAULT_MASKING_VALUE`. + Possible values are `SHA256`, `ALWAYS_NULL`, `DEFAULT_MASKING_VALUE`, `LAST_FOUR_CHARACTERS`, `FIRST_FOUR_CHARACTERS`, `EMAIL_MASK`, and `DATE_YEAR_MASK`. ## Attributes Reference