From 2c6c5356cfea86a7b5226c51e3b7d67539fbec67 Mon Sep 17 00:00:00 2001 From: Ignacio Anaya Date: Sat, 30 Mar 2024 08:34:29 -0300 Subject: [PATCH] chore: add v0.2.1 to changelog --- CHANGELOG.md | 5 +++++ docs/index.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f768ec..ddda2a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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). +## [0.2.1](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.2.0...v0.2.1) + +### Fixed +- Update Azure docs and fix descriptions [#29](https://github.com/Altinity/terraform-provider-altinitycloud/pull/29). + ## [0.2.0](https://github.com/Altinity/terraform-provider-altinitycloud/compare/v0.1.2...v0.2.0) ### Added diff --git a/docs/index.md b/docs/index.md index a5fa7cb..00e639b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,7 +27,7 @@ terraform { altinitycloud = { source = "altinity/altinitycloud" # https://github.com/altinity/terraform-provider-altinitycloud/blob/master/CHANGELOG.md - version = "0.2.0" + version = "0.2.1" } } } @@ -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.