Commit fe0483a
committed
Fix depreciated identity store filter
> Warning: Argument is deprecated
>
> │
> │ with module.aws_organizations_and_sso.data.aws_identitystore_group.aws,
> │ on .terraform/modules/aws_organizations_and_sso/sso.tf line 3, in data "aws_identitystore_group" "aws":
> │ 3: data "aws_identitystore_group" "aws" {
> │
> │ Use the alternate_identifier attribute instead.1 parent 3edfbc0 commit fe0483a
1 file changed
+10
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
| |||
0 commit comments