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
Allow 1d and 1w for deployment retention policy (#359)
* feat: allow 1d and 1w for deployment retention policy
* feat: manually update docs
my local tfplugindocs is adding wonky text to every doc
Create dsync groups data source (#344)
* Create dsync groups data source
* add test
* fix plurality
* update docs
* use ListNestedAttribute
* update docs
* fix result
* make TeamID optional
* remove notfound check
* add map attribute
* create example
* update docs
* line-break
* fix tests
* check length of map and list
Mark resource_environment_variables value as sensitive (#352)
Seems this was accidentally comitted as commented out.
Uncomment to mark them as sensitive. Note that this only affects the
output of the Terraform CLI, and does not prevent the value from being
stored in plaintext in the terraform state.
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>