Skip to content

Conversation

chrismazanec
Copy link
Contributor

@chrismazanec chrismazanec commented Feb 14, 2023

Description

  • aws provider version fix to support alternate_identifier for aws_identitystore_group
  • autoformat of README.md and examples
  • pre-commit config fix

the bug was introduced here, where deprecation was applied to both aws_identitystore_user and aws_identitystore_group data sources ;
#11

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

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

  • none

Testing

  • local testing

- autoformat of `README.md` and `examples`
- `pre-commit` config fix
@aurimasmick aurimasmick merged commit 4c9b7d7 into avlcloudtechnologies:main Feb 25, 2023
@chrismazanec chrismazanec deleted the versions-fix branch March 6, 2023 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PermissionSet import is failing with blocks of type "alternate_identifier" are not expected here
2 participants