我在亚马逊网络服务中使用terraform创建了一个名为private-subnet的子网,并将Terraform cloud作为后端状态存储。
然后,我在亚马逊网络服务使用亚马逊网络服务控制台(UI)将子网的名称更改为private-subnet1。此外,我也在我的terraform模块上做了同样的更改。
但是现在,当我尝试部署其他模块时,我得到了一个错误:
Error: error deleting subnet (subnet-xxxxxxxxxxxxxxxxx): timeout while waiting for state to become 'destroyed' (last state: 'pending', timeout: 20m0s)
Error: error creating subnet: InvalidSubnet.Conflict: The CIDR '192.168.1.0/24' conflicts with another subnet我试着销毁整个部署,但也不起作用。有什么建议吗?
https://stackoverflow.com/questions/65517675
复制相似问题