Skip to content

Commit

Permalink
Bump okta/okta from 4.3.0 to 4.11.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 4.3.0 to 4.11.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@v4.3.0...v4.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 22, 2024
1 parent 27d4604 commit 4f6012f
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 = "~> 4.3.0"
version = "~> 4.11.0"
}
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 = "~> 4.3.0"
version = "~> 4.11.0"
}
}
required_version = "~> 1.3.3"
Expand Down

0 comments on commit 4f6012f

Please sign in to comment.