无法在Terraform 0.14.1中列出或显示状态(带有consur远程后端)
I have a Terraform 0.14.1 project with a Consul remote backend, and having troubles viewing or modifying state with terraform state.
项目的树形结构如下:,
.
└── environments
├── production
│ └── main.tf
└── test
└── main.tf
I'm able to run the...