Open angelomao1978 opened 3 years ago
I come across the following errors suddenly in this morning which works perfectly ok previuosly:
on .terraform/modules/vpc/main.tf line 25, in resource "alicloud_vswitch" "vswitches": 25: resource "alicloud_vswitch" "vswitches" {
Error: missing expected [
Warning: "name": [DEPRECATED] Field 'name' has been deprecated from provider version 1.119.0. New field 'vswitch_name' instead.
Error: .gateways[0].ip_lists[0]: missing expected {
Please suggest the solution. Thanks.
I come across the following errors suddenly in this morning which works perfectly ok previuosly:
on .terraform/modules/vpc/main.tf line 25, in resource "alicloud_vswitch" "vswitches": 25: resource "alicloud_vswitch" "vswitches" {
Error: missing expected [
Warning: "name": [DEPRECATED] Field 'name' has been deprecated from provider version 1.119.0. New field 'vswitch_name' instead.
on .terraform/modules/vpc/main.tf line 25, in resource "alicloud_vswitch" "vswitches": 25: resource "alicloud_vswitch" "vswitches" {
Error: .gateways[0].ip_lists[0]: missing expected {
Please suggest the solution. Thanks.