📜  terraform 命令 - 任何代码示例

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

代码示例1
Main commands:
  init          Prepare your working directory for other commands
  validate      Check whether the configuration is valid
  plan          Show changes required by the current configuration
  apply         Create or update infrastructure
  destroy       Destroy previously-created infrastructure