Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add warning for breaking changes during preview period #72

Merged
merged 2 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ subcategory: ""
description: |-
Use the Temporal Cloud provider to interact with resources supported by Temporal Cloud.
Use the navigation to the left to learn about the available resources supported by this provider.
~> 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.
Provider Configuration
Credentials for Temporal Cloud can be provided by adding an "apikey" property or by setting the environment variable "TEMPORALCLOUDAPIKEY".
You can generate an API key for Temporal Cloud by following the instructions here https://docs.temporal.io/cloud/api-keys.
Expand All @@ -18,6 +19,8 @@ Use the Temporal Cloud provider to interact with resources supported by Temporal

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

~> 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.

## Provider Configuration

Credentials for Temporal Cloud can be provided by adding an "api_key" property or by setting the environment variable "TEMPORAL_CLOUD_API_KEY".
Expand Down
2 changes: 2 additions & 0 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ func (p *TerraformCloudProvider) Schema(ctx context.Context, req provider.Schema

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

~> 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.

## Provider Configuration

Credentials for Temporal Cloud can be provided by adding an "api_key" property or by setting the environment variable "TEMPORAL_CLOUD_API_KEY".
Expand Down
Loading