Skip to content

Commit

Permalink
version bump (#120)
Browse files Browse the repository at this point in the history
* version bump

* update error message
  • Loading branch information
hail-insta authored Jul 2, 2021
1 parent b2bd1eb commit 86f3918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BIN_NAME="terraform-provider-instaclustr"


# for VERSION, don't add prefix "v", e.g., use "1.9.8" instead of "v1.9.8" as it could break circleCI stuff
VERSION=1.10.1
VERSION=1.10.2
INSTALL_FOLDER=$(HOME)/.terraform.d/plugins/terraform.instaclustr.com/instaclustr/instaclustr/$(VERSION)/darwin_amd64


Expand Down
2 changes: 1 addition & 1 deletion acc_test/import_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ func TestKafkaUserResource_importBasic(t *testing.T) {
time.Sleep(6 * time.Minute)
},
Config: invalidResizeConfig,
ExpectError: regexp.MustCompile("Resize operations do not support downgrading disk sizes"),
ExpectError: regexp.MustCompile("There are no suitable replacement modes for cluster data centre"),
},
{
Config: validResizeConfig,
Expand Down

0 comments on commit 86f3918

Please sign in to comment.