Can Terraform be used to provision on-premises servers?

前端 未结 3 1633
后悔当初
后悔当初 2021-02-02 10:06

I\'m new to Terraform, but how to say run it on a regular server? Is it possible? I am talking - regular on premises machine

3条回答
  •  执笔经年
    2021-02-02 10:25

    The question is vaguely understandable but,

    If it means that you want to write Infrastructure-as-Code for your personal on premises servers the answer is NO. Refer to Martin Atkins' answer.

    If it means that you want to ssh into your on premises servers and execute terraform routines (plan, apply, destroy etc.), the answer is YES.

    Download the suitable binary into your server operating system from here.

提交回复
热议问题