We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents caef15e + 34e2ae3 commit c17895aCopy full SHA for c17895a
GNUmakefile
@@ -10,7 +10,7 @@ GO111MODULE=on
10
11
PLUGINS_DIR=~/.terraform.d/plugins
12
PLUGIN_PATH=onelogin.com/onelogin/onelogin
13
-VERSION=0.9.1
+VERSION=0.9.2
14
15
clean:
16
rm -r ${DIST_DIR}
README.md
@@ -30,7 +30,7 @@ terraform {
30
required_providers {
31
onelogin = {
32
source = "onelogin/onelogin"
33
- version = "0.9.1"
+ version = "0.9.2"
34
}
35
36
0 commit comments