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
│ Warning: Argument is deprecated
│
│ with module.sso_account_assignments.data.aws_identitystore_user.this["[email protected]"],
│ on .terraform/modules/sso_account_assignments/modules/account-assignments/main.tf line 21, in data "aws_identitystore_user" "this":
│ 21: data "aws_identitystore_user" "this" {
│
│ Use the alternate_identifier attribute instead.
Expected Behavior
No warning displayed
Use Case
When applying account assignments.
Describe Ideal Solution
Update resource to use recommended/updated argument
Alternatives Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Hi I am having the same issue but now it's failing instead of throwing a warning doesn't matter which version of the module I use.
TF version 1.2.2
AWS provider version v5.0.0
module version 1.1.0
╷
│ Error: Unsupported block type
│
│ on .terraform/modules/account_assignments/modules/account-assignments/main.tf line 25, in data "aws_identitystore_user" "this":
│ 25: filter {
│
│ Blocks of type "filter" are not expected here.
Describe the Feature
The warning related with account assignments
│ Warning: Argument is deprecated
│
│ with module.sso_account_assignments.data.aws_identitystore_user.this["[email protected]"],
│ on .terraform/modules/sso_account_assignments/modules/account-assignments/main.tf line 21, in data "aws_identitystore_user" "this":
│ 21: data "aws_identitystore_user" "this" {
│
│ Use the alternate_identifier attribute instead.
Expected Behavior
No warning displayed
Use Case
When applying account assignments.
Describe Ideal Solution
Update resource to use recommended/updated argument
Alternatives Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: