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

Commit

Permalink
Add deprecation notes #minor. (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
linouk23 authored May 3, 2022
1 parent 390dc41 commit b83a079
Show file tree
Hide file tree
Showing 16 changed files with 37 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.0
1.17.0
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ global_job_config:
- name: vault_sem2_approle
prologue:
commands:
- sem-version go 1.16
- sem-version go 1.17
- export "GOPATH=$(go env GOPATH)"
- >-
export
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [Terraform Provider for Confluent Cloud](https://github.com/confluentinc/terraform-provider-confluentcloud) is deprecated in favor of [Terraform Provider for Confluent](https://github.com/confluentinc/terraform-provider-confluent)

## 0.6.0 (May 3, 2022)

[Full Changelog](https://github.com/confluentinc/terraform-provider-confluentcloud/compare/v0.5.0...v0.6.0)

* Deprecated the [Confluent Cloud Terraform Provider](https://github.com/confluentinc/terraform-provider-confluentcloud) in favor of the [Confluent Terraform Provider](https://github.com/confluentinc/terraform-provider-confluent).

## 0.5.0 (March 9, 2022)

[Full Changelog](https://github.com/confluentinc/terraform-provider-confluentcloud/compare/v0.4.0...v0.5.0)
Expand Down
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
# Terraform Provider for Confluent Cloud

The Terraform Confluent Cloud provider is a plugin for Terraform that allows for the lifecycle management of Confluent Cloud resources.
This provider is maintained by Confluent.

## Quick Starts

- [Running an example](docs/guides/sample-project.md)
- [Developing the provider](docs/DEVELOPING.md)
# [Confluent Cloud Terraform Provider](https://github.com/confluentinc/terraform-provider-confluentcloud) is deprecated in favor of [Confluent Terraform Provider](https://github.com/confluentinc/terraform-provider-confluent)

## Documentation

Full documentation is available on the [Terraform website](https://registry.terraform.io/providers/confluentinc/confluentcloud/latest/docs).
Full documentation is available on the [Terraform website](https://registry.terraform.io/providers/confluentinc/confluent/latest/docs).

## License

Expand Down
2 changes: 2 additions & 0 deletions docs/data-sources/confluentcloud_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ description: |-

# confluentcloud_environment Data Source

!> **Warning:** The [Confluent Cloud Provider](https://registry.terraform.io/providers/confluentinc/confluentcloud/latest/docs) is deprecated in favor of the [Confluent Provider](https://registry.terraform.io/providers/confluentinc/confluent/latest/docs).

`confluentcloud_environment` describes an Environment data source. The data source requires the ID of the Environment (e.g., `env-abc123`).

## Example Usage
Expand Down
2 changes: 2 additions & 0 deletions docs/data-sources/confluentcloud_kafka_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ description: |-

# confluentcloud_kafka_cluster Data Source

!> **Warning:** The [Confluent Cloud Provider](https://registry.terraform.io/providers/confluentinc/confluentcloud/latest/docs) is deprecated in favor of the [Confluent Provider](https://registry.terraform.io/providers/confluentinc/confluent/latest/docs).

`confluentcloud_kafka_cluster` describes a Kafka cluster data source. The data source requires the ID of the Kafka cluster (e.g., `lkc-abc123`) and the Environment ID it belongs to (e.g., `env-xyz456`).

## Example Usage
Expand Down
2 changes: 2 additions & 0 deletions docs/data-sources/confluentcloud_kafka_topic.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ description: |-

# confluentcloud_kafka_topic Data Source

!> **Warning:** The [Confluent Cloud Provider](https://registry.terraform.io/providers/confluentinc/confluentcloud/latest/docs) is deprecated in favor of the [Confluent Provider](https://registry.terraform.io/providers/confluentinc/confluent/latest/docs).

`confluentcloud_kafka_topic` describes a Kafka Topic data source.

## Example Usage
Expand Down
2 changes: 2 additions & 0 deletions docs/data-sources/confluentcloud_service_account.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ description: |-

# confluentcloud_service_account Data Source

!> **Warning:** The [Confluent Cloud Provider](https://registry.terraform.io/providers/confluentinc/confluentcloud/latest/docs) is deprecated in favor of the [Confluent Provider](https://registry.terraform.io/providers/confluentinc/confluent/latest/docs).

`confluentcloud_service_account` describes a Service Account data source. The data source requires the ID of the Service Account (e.g., `sa-abc123`).

## Example Usage
Expand Down
2 changes: 2 additions & 0 deletions docs/guides/sample-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ page_title: "Sample Project"

# Sample Project for Confluent Cloud Terraform Provider

!> **Warning:** The [Confluent Cloud Provider](https://registry.terraform.io/providers/confluentinc/confluentcloud/latest/docs) is deprecated in favor of the [Confluent Provider](https://registry.terraform.io/providers/confluentinc/confluent/latest/docs).

Use the Confluent Cloud Terraform provider to automate the workflow for creating
a _Service Account_, a _Confluent Cloud environment_, a _Kafka cluster_, and
_Topics_. Also, you can use this provider to assign permissions (_ACLs_) that
Expand Down
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ description: |-
---

# Confluent Cloud Provider
# [Confluent Cloud Provider](https://registry.terraform.io/providers/confluentinc/confluentcloud/latest/docs) is deprecated in favor of [Confluent Provider](https://registry.terraform.io/providers/confluentinc/confluent/latest/docs)

!> **Warning:** The [Confluent Cloud Provider](https://registry.terraform.io/providers/confluentinc/confluentcloud/latest/docs) is deprecated in favor of the [Confluent Provider](https://registry.terraform.io/providers/confluentinc/confluent/latest/docs).

Simplify Apache Kafka Terraform deployment with the Confluent Cloud Terraform Provider. Manage Environments, Kafka Clusters, Kafka Topics, Kafka ACLs, Service Accounts, and more in Confluent Cloud.

Expand Down
2 changes: 2 additions & 0 deletions docs/resources/confluentcloud_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ description: |-

# confluentcloud_environment Resource

!> **Warning:** The [Confluent Cloud Provider](https://registry.terraform.io/providers/confluentinc/confluentcloud/latest/docs) is deprecated in favor of the [Confluent Provider](https://registry.terraform.io/providers/confluentinc/confluent/latest/docs).

`confluentcloud_environment` provides an Environment resource. The resource lets you create, edit and delete environments on Confluent Cloud.

## Example Usage
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/confluentcloud_kafka_acl.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ description: |-

# confluentcloud_kafka_acl Resource

!> **Warning:** The [Confluent Cloud Provider](https://registry.terraform.io/providers/confluentinc/confluentcloud/latest/docs) is deprecated in favor of the [Confluent Provider](https://registry.terraform.io/providers/confluentinc/confluent/latest/docs).

`confluentcloud_kafka_acl` provides a Kafka ACL resource that enables creating and deleting Kafka ACLs on Confluent Cloud.

## Example Usage
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/confluentcloud_kafka_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ description: |-

# confluentcloud_kafka_cluster Resource

!> **Warning:** The [Confluent Cloud Provider](https://registry.terraform.io/providers/confluentinc/confluentcloud/latest/docs) is deprecated in favor of the [Confluent Provider](https://registry.terraform.io/providers/confluentinc/confluent/latest/docs).

`confluentcloud_kafka_cluster` provides a Kafka cluster resource that enables creating, editing, and deleting Kafka clusters on Confluent Cloud.

## Example Usage
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/confluentcloud_kafka_topic.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ description: |-

# confluentcloud_kafka_topic Resource

!> **Warning:** The [Confluent Cloud Provider](https://registry.terraform.io/providers/confluentinc/confluentcloud/latest/docs) is deprecated in favor of the [Confluent Provider](https://registry.terraform.io/providers/confluentinc/confluent/latest/docs).

`confluentcloud_kafka_topic` provides a Kafka Topic resource that enables creating and deleting Kafka Topics on a Kafka cluster on Confluent Cloud.

## Example Usage
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/confluentcloud_role_binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ description: |-

# confluentcloud_role_binding Resource

!> **Warning:** The [Confluent Cloud Provider](https://registry.terraform.io/providers/confluentinc/confluentcloud/latest/docs) is deprecated in favor of the [Confluent Provider](https://registry.terraform.io/providers/confluentinc/confluent/latest/docs).

`confluentcloud_role_binding` provides a Role Binding resource that enables creating, reading, and deleting role bindings on Confluent Cloud.

## Example Usage
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/confluentcloud_service_account.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ description: |-

# confluentcloud_service_account Resource

!> **Warning:** The [Confluent Cloud Provider](https://registry.terraform.io/providers/confluentinc/confluentcloud/latest/docs) is deprecated in favor of the [Confluent Provider](https://registry.terraform.io/providers/confluentinc/confluent/latest/docs).

`confluentcloud_service_account` provides a Service Account resource that enables creating, editing, and deleting service accounts on Confluent Cloud.

## Example Usage
Expand Down

0 comments on commit b83a079

Please sign in to comment.