Closed chrismazanec closed 1 year ago
alternate_identifier
aws_identitystore_group
README.md
examples
pre-commit
the bug was introduced here, where deprecation was applied to both aws_identitystore_user and aws_identitystore_group data sources ; https://github.com/avlcloudtechnologies/terraform-aws-sso/pull/11
aws_identitystore_user
aws provider version 4.34.0 deprecated filter for data-source/aws_identitystore_user only aws provider version 4.40.0 deprecated filter for data-source/aws_identitystore_group
4.34.0
filter
data-source/aws_identitystore_user
4.40.0
data-source/aws_identitystore_group
aws provider docs; https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#4340-october--6-2022 https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#4400-november-17-2022
https://registry.terraform.io/providers/hashicorp/aws/4.34.0/docs/data-sources/identitystore_user https://registry.terraform.io/providers/hashicorp/aws/4.34.0/docs/data-sources/identitystore_group https://registry.terraform.io/providers/hashicorp/aws/4.40.0/docs/data-sources/identitystore_group
closes #12
Description
alternate_identifier
foraws_identitystore_group
README.md
andexamples
pre-commit
config fixthe bug was introduced here, where deprecation was applied to both
aws_identitystore_user
andaws_identitystore_group
data sources ; https://github.com/avlcloudtechnologies/terraform-aws-sso/pull/11aws provider version
4.34.0
deprecatedfilter
fordata-source/aws_identitystore_user
only aws provider version4.40.0
deprecatedfilter
fordata-source/aws_identitystore_group
aws provider docs; https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#4340-october--6-2022 https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#4400-november-17-2022
https://registry.terraform.io/providers/hashicorp/aws/4.34.0/docs/data-sources/identitystore_user https://registry.terraform.io/providers/hashicorp/aws/4.34.0/docs/data-sources/identitystore_group https://registry.terraform.io/providers/hashicorp/aws/4.40.0/docs/data-sources/identitystore_group
closes #12
Breaking Changes
Testing