-
Notifications
You must be signed in to change notification settings - Fork 131
Error: network_interface.0.address: [REMOVED] Please use network_ip and This field is in beta. Use it in the the google-beta provider instead #112
Comments
attempted to work around this issue by setting the beta provider in the module but got the same error as above
|
Currently, this module only supports google provider 1.x. Try adding provider "google-beta" { module "nat" { providers = { |
It looks like we are getting close to the point where google v1.20 and thus this module is not usable anymore ? I got this sequence:
|
solved this issue by changing
to
thanks to : #100 (comment) |
I don't know what the current solution to this problem is. I'm running into it, but can't downgrade to use the 1.20 version of the provider. The dependency on managed instance group module isn't going to be updated and instead is going to be deprecated requiring this module to be updated (link) |
Module Not Compatible with terraform-google-provider
# terraform apply
Error: module.nat.module.nat-gateway.google_compute_instance_group_manager.default: "auto_healing_policies": [REMOVED] This field is in beta. Use it in the the google-beta provider instead. See https://terraform.io/docs/providers/google/provider_versions.html for more details.
Error: module.nat.module.nat-gateway.google_compute_instance_group_manager.default: "auto_healing_policies.0.health_check": [REMOVED] This field is in beta. Use it in the the google-beta provider instead. See https://terraform.io/docs/providers/google/provider_versions.html for more details.
Error: module.nat.module.nat-gateway.google_compute_instance_group_manager.default: "auto_healing_policies.0.initial_delay_sec": [REMOVED] This field is in beta. Use it in the the google-beta provider instead. See https://terraform.io/docs/providers/google/provider_versions.html for more details.
Error: module.nat.module.nat-gateway.google_compute_instance_group_manager.default: "rolling_update_policy": [REMOVED] This field is in beta. Use it in the the google-beta provider instead. See https://terraform.io/docs/providers/google/provider_versions.html for more details.
Error: module.nat.module.nat-gateway.google_compute_instance_group_manager.default: "rolling_update_policy.0.max_surge_fixed": [REMOVED] This field is in beta. Use it in the the google-beta provider instead. See https://terraform.io/docs/providers/google/provider_versions.html for more details.
Error: module.nat.module.nat-gateway.google_compute_instance_group_manager.default: "rolling_update_policy.0.max_unavailable_fixed": [REMOVED] This field is in beta. Use it in the the google-beta provider instead. See https://terraform.io/docs/providers/google/provider_versions.html for more details.
Error: module.nat.module.nat-gateway.google_compute_instance_group_manager.default: "rolling_update_policy.0.min_ready_sec": [REMOVED] This field is in beta. Use it in the the google-beta provider instead. See https://terraform.io/docs/providers/google/provider_versions.html for more details.
Module Not Compatible with terraform-google-provider
Error: module.nat.module.nat-gateway.google_compute_instance_group_manager.default: "rolling_update_policy.0.minimal_action": [REMOVED] This field is in beta. Use it in the the google-beta provider instead. See https://terraform.io/docs/providers/google/provider_versions.html for more details.
Error: module.nat.module.nat-gateway.google_compute_instance_group_manager.default: "rolling_update_policy.0.type": [REMOVED] This field is in beta. Use it in the the google-beta provider instead. See https://terraform.io/docs/providers/google/provider_versions.html for more details.
Error: module.nat.module.nat-gateway.google_compute_instance_template.default: "network_interface.0.address": [REMOVED] Please use network_ip
The text was updated successfully, but these errors were encountered: