Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
Explicitly specify recommended terraform version to use. (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
linouk23 committed Oct 27, 2021
1 parent 91580fe commit 74b1366
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/index.md
Expand Up @@ -14,8 +14,19 @@ Use the Confluent Cloud provider to deploy and manage [Confluent Cloud](https://

## Example Usage

Terraform `0.13` and later:

```terraform
# Configure the Confluent Cloud Provider
terraform {
required_providers {
confluentcloud = {
source = "confluentinc/confluentcloud"
version = "0.2.0"
}
}
}
provider "confluentcloud" {
api_key = var.confluent_cloud_api_key # optionally use CONFLUENT_CLOUD_API_KEY env var
api_secret = var.confluent_cloud_api_secret # optionally use CONFLUENT_CLOUD_API_SECRET env var
Expand Down

0 comments on commit 74b1366

Please sign in to comment.