Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanderveen committed Sep 24, 2020
1 parent 0bbcf61 commit fa150a5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
BINARY=terraform-provider-tozny
VERSION=0.0.5
VERSION=0.0.6

default: build

Expand Down
2 changes: 1 addition & 1 deletion examples/accounts/main.tf
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.0.5"
version = ">=0.0.6"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/providers/ldap/main.tf
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.0.5"
version = ">=0.0.6"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/providers/ldap/mappers/main.tf
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.0.5"
version = ">=0.0.6"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/realms/applications/main.tf
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.0.5"
version = ">=0.0.6"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/realms/autoDerivedClientCredentials/main.tf
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.0.5"
version = ">=0.0.6"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/realms/main.tf
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.0.5"
version = ">=0.0.6"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/realms/toznyHostedBroker/main.tf
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.0.5"
version = ">=0.0.6"
}
}
}
Expand Down

0 comments on commit fa150a5

Please sign in to comment.