Skip to content

Commit

Permalink
Merge pull request #123 from controlplane-com/majid/prepare-v1.1.34
Browse files Browse the repository at this point in the history
Prepare for v1.1.34 release
  • Loading branch information
enk21 authored Sep 27, 2024
2 parents d23612c + c55c530 commit 1f3edb5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- Add import support to mk8s resource.
- v1.1.34
- Make workload options optional.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ terraform {
required_providers {
cpln = {
source = "controlplane-com/cpln"
version = "1.1.33"
version = "1.1.34"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/workload.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 1f3edb5

Please sign in to comment.