okta / terraform-provider-okta

A Terraform provider to manage Okta resources, enabling infrastructure-as-code provisioning and management of users, groups, applications, and other Okta objects.
https://registry.terraform.io/providers/okta/okta
Mozilla Public License 2.0
258 stars 209 forks source link

v4.10.0 provider update not available from Hashicorp #2059

Closed pro4tlzz closed 3 months ago

pro4tlzz commented 3 months ago

Community Note

Terraform Version

1.7.5

Affected Resource(s)

All

Terraform Configuration Files

terraform {
  required_version = ">= 1.7.5"
  required_providers {
    okta = {
      source  = "okta/okta"
      version = "~> 4.10.0"
    }
}

Debug Output

╷
--
  | │ Error: Failed to query available provider packages
  | │
  | │ Could not retrieve the list of available versions for provider okta/okta: no available releases match the given constraints ~> 4.10.0
  | ╵

Panic Output

Expected Behavior

Terraform should find the 4.10.0 provider release and update the provider as per the configuration. https://registry.terraform.io/providers/okta/okta/latest shows 4.9.1 as the latest version.

Can this be done in the Admin UI?

No

Can this be done in the actual API call?

No

Actual Behaviour

Terraform can't get the 4.10.0 provider update because it's not been published to Hashicorp

Steps to Reproduce

  1. terraform apply
pro4tlzz commented 3 months ago

shows as available now