Skip to content

Commit 6cd154c

Browse files
update Terraform provider verison and broken link
1 parent ed7fc2a commit 6cd154c

File tree

9 files changed

+4
-36
lines changed

9 files changed

+4
-36
lines changed

.idea/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/yourorg-okta-terraform.iml

Lines changed: 0 additions & 9 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Create a free Okta Developer Edition account. In the Okta dashboard, create an A
3737

3838
In the AWS account, set up an S3 bucket, a DynamoDB Table, and use Secrets Manager for the private key.
3939

40-
In the GiHub account, create a new repository using this project as the template.
40+
In the GitHub account, create a new repository using this project as the template.
4141

4242
## Configure variables
4343

terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
}
77
okta = {
88
source = "okta/okta"
9-
version = "~> 4.8.1"
9+
version = "~> 4.10.0"
1010
}
1111
}
1212
#backend configuration variables are supplied directly into the Terraform CLI using the backend-*.conf files

terraform/modules/directory/okta_groups.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# okta_group - Configure an Okta group.
33
#
44
# Documentation: https://registry.terraform.io/providers/okta/okta/latest/docs/resources/group
5-
# Examples: https://github.com/okta/terraform-provider-okta/tree/master/examples/okta_group
5+
# Examples: https://github.com/okta/terraform-provider-okta/tree/master/examples/resources/okta_group
66
#
77

88

terraform/modules/directory/providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
okta = {
44
source = "okta/okta"
5-
version = "~> 4.8.1"
5+
version = "~> 4.10.0"
66
}
77
}
88
}

0 commit comments

Comments
 (0)