You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,15 @@
1
-
## 6.49.3 (Unreleased)
1
+
## 6.50.0 (Unreleased)
2
+
3
+
NOTES:
4
+
* bigtable: It is recommended for `google_bigtable_table_iam_*` resources to upgrade to v6.50.0 and switch from `instance` to `instance_name` in your configuration before upgrading to v7.X ([#10746](https://github.com/hashicorp/terraform-provider-google-beta/pull/10746))
5
+
6
+
DEPRECATIONS:
7
+
* bigtable: deprecated `instance` in favor of `instance_name` in `google_bigtable_table_iam_*` resources ([#10746](https://github.com/hashicorp/terraform-provider-google-beta/pull/10746))
8
+
9
+
IMPROVEMENTS:
10
+
* bigtable: added `instance_name` field to `google_bigtable_table_iam_*` resources ([#10746](https://github.com/hashicorp/terraform-provider-google-beta/pull/10746))
11
+
12
+
## 6.49.3 (September 12, 2025)
2
13
3
14
BUG FIXES:
4
15
* compute: fixed a crash in `google_compute_security_policy` due to a changed API response for empty `match.0.expr_options` blocks ([#10715](https://github.com/hashicorp/terraform-provider-google-beta/pull/10715))
0 commit comments