Skip to content

Commit

Permalink
release: v0.1.2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
ianaya89 committed Dec 21, 2023
1 parent c838b27 commit 822f656
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.1.1...master)
## [0.1.2](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.1.1...v0.1.2)

### Added
- Allow env cluster deletion when destroyng `force_destroy_clusters` [259ed86](#)
Expand Down
12 changes: 6 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: |-

# Altinity.Cloud Provider

The Terraform provider for [Altinity.Cloud](https://altinity.cloud/).
The Terraform provider for [Altinity.Cloud](https://altinity.cloud/).

## Authentication

Expand All @@ -27,7 +27,7 @@ terraform {
altinitycloud = {
source = "altinity/altinitycloud"
# https://github.com/altinity/terraform-provider-altinitycloud/blob/master/CHANGELOG.md
version = "v0.1.1"
version = "v0.1.2"
}
}
}
Expand All @@ -43,7 +43,7 @@ provider "altinitycloud" {

### Optional

- `api_token` (String) Altinity.Cloud API Token.
- `api_token` (String) Altinity.Cloud API Token.
The value can be omitted if `ALTINITYCLOUD_API_TOKEN` environment variable is set.
- `api_url` (String) Altinity.Cloud API URL. Defaults to `https://anywhere.altinity.cloud` unless `ALTINITYCLOUD_API_URL` env var is set.
- `ca_crt` (String) CA bundle for Altinity.Cloud.
Expand All @@ -59,9 +59,9 @@ There are 2 types of environments supported by [Altinity.Cloud Anywhere](https:/

See

- [`altinitycloud_env_aws` resource examples](resources/env_aws#example-usage)
- [`altinitycloud_env_aws` resource examples](resources/env_aws#example-usage)
on how to create Bring Your Own Cloud (BYOC) AWS environment.
- [`altinitycloud_env_gcp` resource examples](resources/env_gcp#example-usage)
- [`altinitycloud_env_gcp` resource examples](resources/env_gcp#example-usage)
on how to create Bring Your Own Cloud (BYOC) GCP environment.
- [`altinitycloud_env_k8s` resource examples](resources/env_gcp#example-usage)
- [`altinitycloud_env_k8s` resource examples](resources/env_gcp#example-usage)
on how to create Bring Your Own Kubernetes (BYOK) environment.
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
altinitycloud = {
source = "altinity/altinitycloud"
# https://github.com/altinity/terraform-provider-altinitycloud/blob/master/CHANGELOG.md
version = "v0.1.1"
version = "v0.1.2"
}
}
}
Expand Down

0 comments on commit 822f656

Please sign in to comment.