Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Next »

Overview


You can create a Terraform-based Blueprint on the HyperCloud™Platform (HCP). You can declare the state of your Cloud Resources in a Terraform Template using two types of configuration files:

  1. Main.tf: holds the configuration for your cloud resources

  2. Variables.tf: comprises parameter definition, that feeds values into the main.tf when a Terraform is processing blueprints

Terraform blueprints use the Terraform configuration syntax to model the infrastructure of a cloud environment. This includes your infrastructure like Virtual Machines(VMs), networks, and storage. A Terraform blueprint can also comprise of software components. These software components are deployed in your cloud environment. Once you’ve modeled your cloud environment and software components in a blueprint, you’ll be able to use it to create or update your cloud environment.

  • No labels