### Install Temporal Cloud Provider Source: https://registry.terraform.io/providers/temporalio/temporalcloud Add this code to your Terraform configuration to install the Temporal Cloud provider. Run `terraform init` after adding it. ```terraform terraform { required_providers { temporalcloud = { source = "temporalio/temporalcloud" version = "1.5.0" } } } provider "temporalcloud" { # Configuration options } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.