Skip to content

Commit

Permalink
Bump okta/okta from 3.46.0 to 4.1.0 in /ops/global
Browse files Browse the repository at this point in the history
Bumps [okta/okta](https://github.com/okta/terraform-provider-okta) from 3.46.0 to 4.1.0.
- [Release notes](https://github.com/okta/terraform-provider-okta/releases)
- [Changelog](https://github.com/okta/terraform-provider-okta/blob/master/CHANGELOG.md)
- [Commits](okta/terraform-provider-okta@v3.46.0...v4.1.0)

---
updated-dependencies:
- dependency-name: okta/okta
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2023
1 parent ea8e101 commit 8970925
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions ops/global/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ops/global/_config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {
}
okta = {
source = "okta/okta"
version = "~> 3.45"
version = "~> 4.1"
}
pagerduty = {
source = "pagerduty/pagerduty"
Expand Down
2 changes: 1 addition & 1 deletion ops/services/okta-global/_config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
okta = {
source = "okta/okta"
version = "~> 3.45"
version = "~> 4.1"
}
}
required_version = "~> 1.3.3"
Expand Down

0 comments on commit 8970925

Please sign in to comment.