From c55c530c12573919e3830d608337258d8e7fea8d Mon Sep 17 00:00:00 2001 From: MajidAbuRmila Date: Sat, 28 Sep 2024 01:07:24 +0300 Subject: [PATCH] Prepare for v1.1.34 release --- Makefile | 2 +- README.md | 4 +++- docs/index.md | 2 +- docs/resources/workload.md | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 727cd50..d47ca6c 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ HOSTNAME=controlplane.com NAMESPACE=com NAME=cpln BINARY=terraform-provider-${NAME} -VERSION=1.1.33 +VERSION=1.1.34 OS_ARCH=linux_amd64 default: install diff --git a/README.md b/README.md index 4d5e359..2ea03ba 100644 --- a/README.md +++ b/README.md @@ -300,4 +300,6 @@ tar -cvzf terraform-provider-cpln_1.0.0_windows_amd64.zip terraform-provider-cpl - Add geo locations to security options in workload. - Add load balancer to workload resource. - v1.1.33 - - Add import support to mk8s resource. \ No newline at end of file + - Add import support to mk8s resource. +- v1.1.34 + - Make workload options optional. \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 49ac1ba..5f23ff6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -56,7 +56,7 @@ terraform { required_providers { cpln = { source = "controlplane-com/cpln" - version = "1.1.33" + version = "1.1.34" } } } diff --git a/docs/resources/workload.md b/docs/resources/workload.md index 7bb70ba..276bb86 100644 --- a/docs/resources/workload.md +++ b/docs/resources/workload.md @@ -16,13 +16,13 @@ Manages a GVC's [Workload](https://docs.controlplane.com/reference/workload). - **gvc** (String) Name of the associated GVC. - **type** (String) Workload Type. Either `serverless`, `standard`, `stateful`, or `cron`. - **container** (Block List) ([see below](#nestedblock--container)). -- **options** (Block List, Max: 1) ([see below](#nestedblock--options)). ### Optional - **description** (String) Description of the Workload. - **firewall_spec** (Block List, Max: 1) ([see below](#nestedblock--firewall_spec)). - **identity_link** (String) Full link to an Identity. +- **options** (Block List, Max: 1) ([see below](#nestedblock--options)). - **local_options** (Block List) ([see below](#nestedblock--options)). - **tags** (Map of String) Key-value map of resource tags. - **job** (Block List, Max: 1) ([see below](#nestedblock--job)) [Cron Job Reference Page](https://docs.controlplane.com/reference/workload#cron).