Answers for "terraform commands"

0

terraform commands

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
Posted by: Guest on March-30-2021

Browse Popular Code Answers by Language