Skip to content

Commit 065d5ea

Browse files
authored
rm preview callout (#361)
1 parent fc4b7e6 commit 065d5ea

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

docs/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ page_title: "temporalcloud Provider"
44
description: |-
55
Use the temporalcloud provider to interact with resources supported by Temporal Cloud https://temporal.io/cloud.
66
Use the navigation to the left to learn about the available resources supported by this provider.
7-
~> This provider is in Public Preview, is under active development, and is subject to change. We reserve the right to make breaking changes during this pre-GA period, though we will do our best to maintain compatibility wherever possible.
87
Provider Configuration
98
Credentials for Temporal Cloud can be provided by adding an api_key property or by setting the environment variable TEMPORAL_CLOUD_API_KEY.
109
You can generate an API key for Temporal Cloud by following these instructions https://docs.temporal.io/cloud/api-keys.
@@ -18,8 +17,6 @@ Use the `temporalcloud` provider to interact with resources supported by [Tempor
1817

1918
Use the navigation to the left to learn about the available resources supported by this provider.
2019

21-
~> This provider is in Public Preview, is under active development, and is subject to change. We reserve the right to make breaking changes during this pre-GA period, though we will do our best to maintain compatibility wherever possible.
22-
2320
## Provider Configuration
2421

2522
Credentials for Temporal Cloud can be provided by adding an `api_key` property or by setting the environment variable `TEMPORAL_CLOUD_API_KEY`.

internal/provider/provider.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ func (p *TerraformCloudProvider) Schema(ctx context.Context, req provider.Schema
4646
4747
Use the navigation to the left to learn about the available resources supported by this provider.
4848
49-
~> This provider is in Public Preview, is under active development, and is subject to change. We reserve the right to make breaking changes during this pre-GA period, though we will do our best to maintain compatibility wherever possible.
50-
5149
## Provider Configuration
5250
5351
Credentials for Temporal Cloud can be provided by adding an ` + "`" + `api_key` + "`" + ` property or by setting the environment variable ` + "`" + `TEMPORAL_CLOUD_API_KEY` + "`" + `.

0 commit comments

Comments
 (0)