📜  teraform 中状态的重要性 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:27.549000             🧑  作者: Mango

代码示例1
The Terraform state file keeps track of all changes in an environment. State files can also serve as a data source that can be imported by other Terraform projects. By default, the state file is stored on the filesystem.