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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -