Can Terraform be used to provision on-premises servers? -


i'm new terraform, how run on regular server? possible? talking - regular on premises machine

terraform operates calling apis of various service providers , systems. in principle terraform can manage has api, , in practice has existing support few different on-premises-capable systems, including:

if compute resources in existing datacenter infrastructure managed 1 of these systems, or if willing install them, terraform can used manage @ least parts of these systems. (for full details, see documentation each provider linked above.)

terraform's plugin architecture allows support other systems developed, other api-driven datacenter management systems such the foreman could supported terraform, , indeed third parties have developed integrations others distributed outside of "official set" hashicorp hosts.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -