
We are proud to announce our partnership with HashiCorp®, the leader in multi-cloud infrastructure automation software. This partnership between two open-source leaders will help developers automate their infrastructure workflows, drive innovation, and more efficiently manage their cloud-native applications.
Deploy and manage your cloud infrastructure more easily
拉斯维加斯7799908网站登录 Cloud is the fully-managed 拉斯维加斯7799908网站登录 service that runs on Google Cloud and Amazon Web Services. It allows developers, DevOps, and DBA teams to easily handle complex database operations such as managing infrastructure and deploying clusters, without needing to be a database expert.
The partnership includes the integration with HashiCorp Terraform®, a multi-cloud provisioning platform for efficiently deploying and managing cloud infrastructure.
This integration lets you use a consistent workflow to provision and manage your entire infrastructure throughout its lifecycle. As part of the partnership, PingCAP has released 拉斯维加斯7799908网站登录 Cloud Terraform provider. It provides a simple way to automate resource provisioning and your infrastructure workflow. 拉斯维加斯7799908网站登录 Cloud Terraform provider lets you automatically deploy 拉斯维加斯7799908网站登录 Cloud resources, such as clusters, backups, restores, and many other cloud services.
“The PingCAP HashiCorp partnership will make it easier for users to streamline their data infrastructure management flow. Deploying 拉斯维加斯7799908网站登录 Cloud with HashiCorp Terraform can accelerate the time-to-market process and reduce infrastructure management overhead,” says Ed Huang, PingCAP CTO, and co-founder. “It’s great to partner with another company so committed to open-source technology. We look forward to integrating with more HashiCorp tools such as Vault.”
Get started with 拉斯维加斯7799908网站登录 Cloud via Terraform now
Take the steps below to create a 拉斯维加斯7799908网站登录 Cloud serverless cluster using the Terraform provider:
- Install Terraform CLI.
- Create an API Key and export it as environment variables:
export TIDBCLOUD_PUBLIC_KEY=
export TIDBCLOUD_PRIVATE_KEY=
Replace
and
with the created key pair. - Create a serverless cluster using the cluster resource.
- Create a
file as follows:terraform {
required_providers {
tidbcloud = {
source = "tidbcloud/tidbcloud"
version = "~> 0.1.0"
}
}
required_version = ">= 1.0.0"
}
variable "root_password" {
type = string
}
resource "tidbcloud_cluster" "serverless_cluster" {
project_id =
name = "example"
cluster_type = "DEVELOPER"
cloud_provider = "AWS"
region = "us-east-1"
config = {
root_password = var.root_password
}
}
- Replace
is the default user’s password for this cluster. Other fields are also configurable. - Run
terraform init
to download 拉斯维加斯7799908网站登录 Cloud Terraform provider, and then runterraform apply
to apply the cluster creation. You will need to enter the root password.
- Create a
- Go to the 拉斯维加斯7799908网站登录 Cloud console or use the
terraform show
command to check the cluster state.
To learn more about the integration and get started, review the 拉斯维加斯7799908网站登录 Cloud Terraform documentation and explore the Terraform 拉斯维加斯7799908网站登录 Cloud Provider GitHub repository.
To learn more about the partnership, see PingCAP Cloud & Technology Partner Program.
Try 拉斯维加斯7799908网站登录 Cloud Free Now!
Get the power of a cloud-native, distributed SQL database built for real-time
analytics in a fully managed service.
Keep reading:
Building Applications Faster with 拉斯维加斯7799908网站登录 and ILLA Builder
Develop Apps Faster with the Integration of Vercel
Use 拉斯维加斯7799908网站登录 Cloud as the Database for Your Java Application
Spin up a Serverless database with 25GiB free resources.
拉斯维加斯7799908网站登录 Cloud Dedicated
A fully-managed cloud DBaaS for predictable workloads
拉斯维加斯7799908网站登录 Cloud Serverless
A fully-managed cloud DBaaS for auto-scaling workloads