Mark Johnson
Mark Johnson
There's a fair amount of deprecations in the current code base. It would be nice to remove things like `admin_roles` from `okta_users` and `users`/`groups` from all `okta_app-*` and just cleanup...
When using the Okta provider with client credentials, it appears that each resource might be making a call to get an OIDC token. This is causing high rate usage limit...
It appears that after a successful creation of a `spotinst_ocean_ecs` cluster with desired settings that subsequent modifications to the `desired_capacity` never take effect. ### To Reproduce 1. Define an ECS...
The TLS configuration ID returned by the API is the initial TLS configuration when first activated. Instead, this value should represent the current TLS configuration id which can be found...
When changing a TLS subscription to a new certificate/configuration ID, the resource will flap on successive plan/apply's as it appears the Terraform provider is returning the value associated with the...
## Screenshot When using Playwright via feature flag.  Expected result (when not using playwright)  ## Description It appears when using a custom background on a dashboard it covers...
Bugfix to ensure that when interpolating fields into the dialog that we pull the actual attributes from the element instead of using the shorthand dot-tag notation. The reason for this...
The webkit-transform gets dropped during Sass compile. Example: ``` .some-div { -webkit-transform: translateX(50%); -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9); } ``` Temporary work around using variables works. ``` $test:...