For the complete documentation index, see llms.txt. This page is also available as Markdown.

Supported cloud providers

Cloud provider definition

A Terraform cloud provider is a plugin that allows Terraform to interact with a specific cloud provider's API to create, manage, and delete resources. Each cloud provider has its own set of resources and data sources that can be used to define and manage infrastructure with Terraform.

You can use the provider block to specify which cloud provider you are using and configure its settings.

This block is typically placed at the top of a Terraform configuration file, and you can specify multiple providers to manage resources across multiple cloud providers

Brainboard supports the following cloud providers:

Azure (Azure Resource Manager)

AzureRM is the Terraform provider for Azure Resource Manager (ARM), which is the service that allows you to manage Azure resources.

Refer to the credential page to understand how to connect Brainboard with your Azure environments.

AWS (Amazon Web Services)

The AWS provider for Terraform is a plugin that allows Terraform to interact with the AWS API to create, manage, and delete resources within an AWS account.

Refer to the credential page to understand how to connect Brainboard with your AWS environments.

OCI (Oracle Cloud Infrastructure)

Oracle Cloud Infrastructure provider is a plugin that allows Terraform to interact with the Oracle Cloud Infrastructure (OCI) API to create, manage, and delete resources within an OCI account.

Refer to the credential page to understand how to connect Brainboard with your OCI environments.

GCP (Google Cloud Platform)

Google Cloud Platform provider for Terraform is a plugin that allows Terraform to interact with the Google Cloud API to create, manage, and delete resources within a GCP project.

Refer to the credential page to understand how to connect Brainboard with your GCP environments.

Scaleway

Scaleway provider for Terraform is a plugin that allows Terraform to interact with the Scaleway API to create, manage, and delete resources within a Scaleway account.

Providers versions

Every Terraform cloud provider has different versions for both its resources and data sources.

You can select any version from the list of versions:

When you select a specific version, Brainboard loads all the resources of this version and the Resource Configuration panel of every resource will contain the parameters available in the selected version.

Last updated