Skip to content

Commit

Permalink
feat: promote aiven_valkey and aiven_valkey_user out of beta (#1851)
Browse files Browse the repository at this point in the history
  • Loading branch information
rriski authored Sep 25, 2024
1 parent 1c8c171 commit a82ce1f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 28 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ nav_order: 1
<!-- Always keep the following header in place: -->
<!-- ## [MAJOR.MINOR.PATCH] - YYYY-MM-DD -->

## [MAJOR.MINOR.PATCH] - YYYY-MM-DD

- Remove `aiven_valkey` from beta resources
- Remove `aiven_valkey_user` from beta resources

## [4.25.0] - 2024-09-17

- Fix `aiven_kafka_connector`: increase create polling timeout
Expand Down
7 changes: 1 addition & 6 deletions docs/data-sources/valkey.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@ page_title: "aiven_valkey Data Source - terraform-provider-aiven"
subcategory: ""
description: |-
Gets information about an Aiven for Valkey service.
This resource is in the beta stage and may change without notice. Set
the PROVIDER_AIVEN_ENABLE_BETA environment variable to use the resource.
---

# aiven_valkey (Data Source)

Gets information about an Aiven for Valkey service.

**This resource is in the beta stage and may change without notice.** Set
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
Gets information about an Aiven for Valkey service.

## Example Usage

Expand Down
7 changes: 1 addition & 6 deletions docs/data-sources/valkey_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@ page_title: "aiven_valkey_user Data Source - terraform-provider-aiven"
subcategory: ""
description: |-
The Valkey User data source provides information about the existing Aiven for Valkey user.
This resource is in the beta stage and may change without notice. Set
the PROVIDER_AIVEN_ENABLE_BETA environment variable to use the resource.
---

# aiven_valkey_user (Data Source)

The Valkey User data source provides information about the existing Aiven for Valkey user.

**This resource is in the beta stage and may change without notice.** Set
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
The Valkey User data source provides information about the existing Aiven for Valkey user.



Expand Down
7 changes: 1 addition & 6 deletions docs/resources/valkey.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@ page_title: "aiven_valkey Resource - terraform-provider-aiven"
subcategory: ""
description: |-
Creates and manages an Aiven for Valkey https://aiven.io/docs/products/valkey service.
This resource is in the beta stage and may change without notice. Set
the PROVIDER_AIVEN_ENABLE_BETA environment variable to use the resource.
---

# aiven_valkey (Resource)

Creates and manages an [Aiven for Valkey](https://aiven.io/docs/products/valkey) service.

**This resource is in the beta stage and may change without notice.** Set
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
Creates and manages an [Aiven for Valkey](https://aiven.io/docs/products/valkey) service.

## Example Usage

Expand Down
7 changes: 1 addition & 6 deletions docs/resources/valkey_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@ page_title: "aiven_valkey_user Resource - terraform-provider-aiven"
subcategory: ""
description: |-
Creates and manages an Aiven for Valkey https://aiven.io/docs/products/valkey user.
This resource is in the beta stage and may change without notice. Set
the PROVIDER_AIVEN_ENABLE_BETA environment variable to use the resource.
---

# aiven_valkey_user (Resource)

Creates and manages an [Aiven for Valkey](https://aiven.io/docs/products/valkey) user.

**This resource is in the beta stage and may change without notice.** Set
the `PROVIDER_AIVEN_ENABLE_BETA` environment variable to use the resource.
Creates and manages an [Aiven for Valkey](https://aiven.io/docs/products/valkey) user.



Expand Down
4 changes: 0 additions & 4 deletions internal/sdkprovider/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,15 +278,11 @@ func Provider(version string) (*schema.Provider, error) {
// Adds "beta" warning to the description
betaResources := []string{
"aiven_thanos",
"aiven_valkey",
"aiven_valkey_user",
"aiven_organization_permission",
}

betaDataSources := []string{
"aiven_thanos",
"aiven_valkey",
"aiven_valkey_user",
}

missing := append(
Expand Down

0 comments on commit a82ce1f

Please sign in to comment.