alibabacloud-automation / terraform-alicloud-vpc

Terraform module which creates VPC and Subnet resources on Alibaba Cloud.
https://registry.terraform.io/modules/alibaba/vpc/alicloud/latest
MIT License
16 stars 38 forks source link

Error when I use this module #30

Open angelomao1978 opened 3 years ago

angelomao1978 commented 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.

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. Screen Shot 2021-04-12 at 10 45 53 AM