You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix saml property on team config resource (#347)
This is causing refresh plans to be non-empty, as it continually thinks
the saml property is changing, even though it is not. The plan shows
zero changes (daft TF!).
Fix by removing the default, which conflicts when you have computed
state + UseStateForUnknown.
Deprecate `oidc_token_config.enabled` field (#340)
* Deprecated oict_token_config.enabled field
* Force oidc_token values to only allow true
---------
Co-authored-by: Douglas Harcourt Parsons <dglsparsons@gmail.com>
Fix a bunch of bugs in resource_project_environment_variables (#306)
* Fix a bunch of bugs in resource_project_environment_variables
- Refresh state logic was broken
- We didn't factor in existing env vars properly when doing an Update
- It was fetching encrypted env vars, not decrypted ones
- Conflict errors weren't being handled properly in the client
- Decrypted field isn't always there in the API response
- Deleting env vars is eventually consistent
- Update was trying to update every env var, not just the new/changed ones
This closes#277 and #262 (probably)
* Set newly created env vars to be flagged as not decypted