Skip to content

Commit 2c4f6d5

Browse files
authored
Update CHANGELOG.md
1 parent f9598c4 commit 2c4f6d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
FEATURES:
44
* **New Datasource**: `data.google_projects` for retrieving a list of projects based on a filter. [GH-3178]
55
* **New Resource**: `google_tpu_node` for Cloud TPU Nodes [GH-3179]
6+
67
ENHANCEMENTS:
78
* compute: `google_compute_disk` and `google_compute_region-disk` will now detach themselves from a more up to date set of users at delete time. [GH-3154]
89
* container: `google_container_cluster` can now disable VPC Native clusters with `ip_allocation_policy.use_ip_aliases` [GH-3174]
910

10-
1111
BUG FIXES:
12+
* app_engine: `google_app_engine_application` correctly outputs `gcr_domain`. [GH-3149]
1213
* compute: `data.google_compute_subnetwork` outputs the `self_link` field again. [GH-3156]
13-
* compute: `google_app_engine_application` correctly outputs `gcr_domain`. [GH-3149]
14+
* compute: `google_compute_attached_disk` is now removed from state if the instance was removed. [GH-3183]
1415
* container: `google_container_cluster` private_cluster_config now has a diff suppress to prevent a permadiff for and allows for empty `master_ipv4_cidr_block` [GH-460]
1516
* container: `google_container_cluster` import behavior fixed/documented for TF-state-only fields (`remove_default_node_pool`, `min_master_version`) [GH-3146][GH-3169][GH-3180]
1617

0 commit comments

Comments
 (0)