Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert RIT changes from release branch #14183

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changelog/7507.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/7535.txt

This file was deleted.

3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
## 4.60.0 (Unreleased)

FEATURES:
* **New Data Source:** `google_compute_region_instance_template` ([#14132](https://github.com/hashicorp/terraform-provider-google/pull/14132))
* **New Resource:** `google_apigee_keystores_aliases_key_cert_file` ([#14130](https://github.com/hashicorp/terraform-provider-google/pull/14130))
* **New Resource:** `google_compute_region_instance_template` ([#14103](https://github.com/hashicorp/terraform-provider-google/pull/14103))

IMPROVEMENTS:
* compute: added `address_type`, `network`, `network_tier`, `prefix_length`, `purpose`, `subnetwork` and `users` field for `google_compute_address` and `google_compute_global_address` datasource ([#14078](https://github.com/hashicorp/terraform-provider-google/pull/14078))
* compute: added `network_firewall_policy_enforcement_order` field to `google_compute_network` resource ([#14111](https://github.com/hashicorp/terraform-provider-google/pull/14111))
* compute: added output-only attribute `self_link_unique` for `google_compute_instance_template` to point to the unique id of the resource instead of its name ([#14128](https://github.com/hashicorp/terraform-provider-google/pull/14128))
* compute: added support for region instance template in`source_instance_template` field of `google_compute_instance_from_template` resource ([#14103](https://github.com/hashicorp/terraform-provider-google/pull/14103))
* container: added `stack_type` field to `google_container_cluster` resource ([#14079](https://github.com/hashicorp/terraform-provider-google/pull/14079))
* container: added `advanced_machine_features` field to `google_container_cluster` resource ([#14106](https://github.com/hashicorp/terraform-provider-google/pull/14106))
* networkservice: updated the max number of `host_rule` on `google_network_services_edge_cache_service` ([#14112](https://github.com/hashicorp/terraform-provider-google/pull/14112))
Expand Down
114 changes: 0 additions & 114 deletions google/data_source_google_compute_region_instance_template.go

This file was deleted.

245 changes: 0 additions & 245 deletions google/data_source_google_compute_region_instance_template_test.go

This file was deleted.

Loading