Skip to content

Commit 586f1c3

Browse files
authored
Merge pull request #8 from benzaita/lx-899-bumping-up-the-forgotten-version
LX-899 Bumped up the version
2 parents bb366a8 + 9e2c0c7 commit 586f1c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ HOSTNAME=registry.terraform.io
33
NAMESPACE=benzaita
44
NAME=chaossearch
55
BINARY=terraform-provider-${NAME}
6-
VERSION=0.6.0
6+
VERSION=0.6.2
77
OS_ARCH=darwin_amd64
88

99
default: install

examples/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
terraform {
22
required_providers {
33
chaossearch = {
4-
versions = ["0.6.0"]
4+
versions = ["0.6.2"]
55
source = "benzaita/chaossearch"
66
}
77
}

0 commit comments

Comments
 (0)