Skip to content

Commit 568b4e6

Browse files
Deprecate google_data_catalog_entry_group (#13097)
Co-authored-by: Hanit Banga <[email protected]> [upstream:86a4e3e9a72f9fa6c8d0033bc893510a2f733ad7] Signed-off-by: Modular Magician <[email protected]>
1 parent e19225b commit 568b4e6

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.changelog/13097.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:deprecation
2+
deprecated `google_data_catalog_entry_group` resource. `google_data_catalog_entry_group` is deprecated and will be removed in a future major release. Use `google_dataplex_entry_group` instead. For steps to transition your Data Catalog users, workloads, and content to Dataplex Catalog, see https://cloud.google.com/dataplex/docs/transition-to-dataplex-catalog.
3+
```

google-beta/services/datacatalog/resource_data_catalog_entry_group.go

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ func ResourceDataCatalogEntryGroup() *schema.Resource {
5858
tpgresource.DefaultProviderRegion,
5959
),
6060

61+
DeprecationMessage: "`google_data_catalog_entry_group` is deprecated and will be removed in a future major release. Use `google_dataplex_entry_group` instead. For steps to transition your Data Catalog users, workloads, and content to Dataplex Catalog, see https://cloud.google.com/dataplex/docs/transition-to-dataplex-catalog.",
62+
6163
Schema: map[string]*schema.Schema{
6264
"entry_group_id": {
6365
Type: schema.TypeString,

website/docs/r/data_catalog_entry_group.html.markdown

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ description: |-
2020
---
2121

2222
# google_data_catalog_entry_group
23+
~> **Warning:** `google_data_catalog_entry_group` is deprecated and will be removed in a future major release. Use `google_dataplex_entry_group` instead. For steps to transition your Data Catalog users, workloads, and content to Dataplex Catalog, see https://cloud.google.com/dataplex/docs/transition-to-dataplex-catalog.
2324

2425
An EntryGroup resource represents a logical grouping of zero or more Data Catalog Entry resources.
2526

0 commit comments

Comments
 (0)