Skip to content

Commit

Permalink
[WR-537] Add update to application settings (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosasck authored Jan 17, 2023
1 parent c80c5ca commit 6cdbff1
Show file tree
Hide file tree
Showing 26 changed files with 93 additions and 50 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BINARY=terraform-provider-tozny
VERSION=0.25.0
VERSION=0.26.0

default: build

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.25.0"
version = ">=0.26.0"
}
}
}
Expand Down Expand Up @@ -360,10 +360,10 @@ You should see that the tozny/tozny was self signed. If it does not say this, we
Initializing the backend...
Initializing provider plugins...
- Finding tozny/tozny versions matching "0.25.0"...
- Finding tozny/tozny versions matching "0.26.0"...
- Finding latest version of hashicorp/random...
- Installing tozny/tozny v0.25.0...
- Installed tozny/tozny v0.25.0 (self-signed, key ID 16B47290885B0598)
- Installing tozny/tozny v0.26.0...
- Installed tozny/tozny v0.26.0 (self-signed, key ID 16B47290885B0598)
- Installing hashicorp/random v3.1.0...
- Installed hashicorp/random v3.1.0 (signed by HashiCorp)
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/tozny_realm_application_access_control.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.25.0"
version = ">=0.26.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/accounts/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.25.0"
version = ">=0.26.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/providers/idp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.25.0"
version = ">=0.26.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/providers/idp/roles/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.25.0"
version = ">=0.26.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/providers/ldap/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.25.0"
version = ">=0.26.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/providers/ldap/mappers/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.25.0"
version = ">=0.26.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/realms/applications/SAMLDescription/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.25.0"
version = ">=0.26.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/realms/applications/clientSecret/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.25.0"
version = ">=0.26.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/realms/applications/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.25.0"
version = ">=0.26.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/realms/applications/mappers/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.25.0"
version = ">=0.26.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/realms/applications/roles/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.25.0"
version = ">=0.26.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/realms/autoDerivedClientCredentials/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.25.0"
version = ">=0.26.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/realms/groups/accessPolicies/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.25.0"
version = ">=0.26.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/realms/groups/defaultGroups/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.25.0"
version = ">=0.26.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/realms/groups/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.25.0"
version = ">=0.26.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/realms/groups/roleMappings/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.25.0"
version = ">=0.26.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/realms/identities/groupMembership/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.25.0"
version = ">=0.26.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/realms/identities/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.25.0"
version = ">=0.26.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/realms/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.25.0"
version = ">=0.26.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/realms/roles/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.25.0"
version = ">=0.26.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/realms/toznyHostedBroker/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
# for Tozny registry.terraform.io/tozny
source = "tozny/tozny"
# Pin Tozny provider version
version = ">=0.25.0"
version = ">=0.26.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ go 1.16
require (
github.com/google/uuid v1.2.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.0.1
github.com/tozny/e3db-clients-go v0.0.223
github.com/tozny/e3db-clients-go v0.0.225
github.com/tozny/e3db-go/v2 v2.7.1
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/tozny/e3db-clients-go v0.0.222/go.mod h1:yNs03BRVrLCEZzRze0CjYkrMaC5SLIxPn0li1ZHHVW4=
github.com/tozny/e3db-clients-go v0.0.223 h1:TAd90RmiSI2noF5zuA/tUkzm710b+8ZJz2iRjIrKI4s=
github.com/tozny/e3db-clients-go v0.0.223/go.mod h1:yNs03BRVrLCEZzRze0CjYkrMaC5SLIxPn0li1ZHHVW4=
github.com/tozny/e3db-clients-go v0.0.225 h1:+J7TqIvjfc0OMHtUegeonmSgc+/Nqmrbx+gkJY2ldo4=
github.com/tozny/e3db-clients-go v0.0.225/go.mod h1:yNs03BRVrLCEZzRze0CjYkrMaC5SLIxPn0li1ZHHVW4=
github.com/tozny/e3db-go/v2 v2.7.1 h1:bU//f2a9P1/C7/ZwrGagvEtA9QpEzlUZhJ9BKAmQIQA=
github.com/tozny/e3db-go/v2 v2.7.1/go.mod h1:Xf1EDRaVgs9Ld30eFEREhOvmlKb7xT1nfi5vq6Ws8Kc=
github.com/tozny/utils-go v0.0.51 h1:2BG0JFK5Hcz6Q2FoXOMlc3iivPtnYAPtWMDJIKxlGok=
Expand Down
Loading

0 comments on commit 6cdbff1

Please sign in to comment.