hashicorp / terraform-google-consul

A Terraform Module for how to run Consul on Google Cloud using Terraform and Packer
Apache License 2.0
94 stars 90 forks source link

hashicorp/google 4.0.0 broke the google_compute_region_instance_group_manager resource #66

Open lonnblad opened 2 years ago

lonnblad commented 2 years ago

In the 4.0.0 release of hashicorp/google, the beta property min_ready_sec was removed. https://github.com/hashicorp/terraform-provider-google/pull/10410

This broke the execution of this repository.

TonyRoussel commented 2 years ago

FYI, this field is still mentionned in official documentation

lonnblad commented 2 years ago

FYI, this field is still mentionned in official documentation

Yep, I know, but the doc clearly states beta and has a link to the beta provider.