Skip to content

Commit

Permalink
Update for v1.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
enk21 committed Feb 19, 2024
1 parent 00db483 commit 3330145
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.18
VERSION=1.1.19
OS_ARCH=linux_amd64

default: install
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,4 @@ tar -cvzf terraform-provider-cpln_1.0.0_windows_amd64.zip terraform-provider-cpl
- v1.1.16 - Add org creation. Add org properties.
- v1.1.17 - Add schedule to volume set. Add status to domain output. Add Control Plane tracing and custom tags to tracing. Add external ID to ECR secret. Add generic elastic to org logging. Add geo properties to locations. Add missing properties to workload.
- v1.1.18 - Add min CPU and Memory to container.

- v1.1.19 - Add external ID to AWS secret.
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.18"
version = "1.1.19"
}
}
}
Expand Down

0 comments on commit 3330145

Please sign in to comment.