v3.42.0
github-actions
released this
10 Feb 19:25
·
862 commits
to master
since this release
3.42.0 (February 10, 2023)
NEW - RESOURCES, DATA SOURCES, PROPERTIES, ATTRIBUTES, ENV VARS:
- New data source
okta_domain
see PR 1447 notes in BUG FIXES - Actual PEM text values in
okta_domain_certificate
for attributescertificate
,certificate_chain
, andprivate_key
, see PR 1447 notes in BUG FIXES - New attribute
roles
in data sourceokta_user
#1437. Thanks, @duytiennguyen-okta!
BUG FIXES:
- Don't md5sum to save space on
okta_domain_certificate
values for attributescertificate
,certificate_chain
, andprivate_key
, per TF best practices #1447. Thanks, @monde! - Remove org type restrictions and artificial input check on
type
attribute for data sourceokta_policy
#1445. Thanks, @monde! - Improve resource
okta_app_saml
documentation #1439. Thanks, @exitcode0!