Commit 78d7dd1
authored
fix(azure): use object id instead of principal id (#71)
The documentation for the `application_password` resource says:
>`application_object_id` - (Required) The Object ID of the Application
>for which this password should be created. Changing this field forces
>a new resource to be created.
https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/resources/application_password#application_object_id
We were using the wrong id. 🤦
Signed-off-by: Salim Afiune Maya <afiune@lacework.net>1 parent af9c35e commit 78d7dd1
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments