File tree Expand file tree Collapse file tree 5 files changed +16
-9
lines changed
meshcloud-metering-service-principal
meshcloud-replicator-service-principal Expand file tree Collapse file tree 5 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -179,8 +179,8 @@ Before opening a Pull Request, please do the following:
179
179
180
180
| Name | Version |
181
181
| ------| ---------|
182
- | <a name =" provider_azuread " ></a > [ azuread] ( #provider\_ azuread ) | 2.53.1 |
183
- | <a name =" provider_azurerm " ></a > [ azurerm] ( #provider\_ azurerm ) | 3.114 .0 |
182
+ | <a name =" provider_azuread " ></a > [ azuread] ( #provider\_ azuread ) | 3.0.2 |
183
+ | <a name =" provider_azurerm " ></a > [ azurerm] ( #provider\_ azurerm ) | 4.5 .0 |
184
184
185
185
## Modules
186
186
Original file line number Diff line number Diff line change 11
11
12
12
| Name | Version |
13
13
| ------| ---------|
14
- | <a name =" provider_azuread " ></a > [ azuread] ( #provider\_ azuread ) | 2.53.1 |
15
- | <a name =" provider_azurerm " ></a > [ azurerm] ( #provider\_ azurerm ) | 3.114 .0 |
16
- | <a name =" provider_time " ></a > [ time] ( #provider\_ time ) | 0.12.0 |
14
+ | <a name =" provider_azuread " ></a > [ azuread] ( #provider\_ azuread ) | 3.0.2 |
15
+ | <a name =" provider_azurerm " ></a > [ azurerm] ( #provider\_ azurerm ) | 4.5 .0 |
16
+ | <a name =" provider_time " ></a > [ time] ( #provider\_ time ) | 0.12.1 |
17
17
18
18
## Modules
19
19
Original file line number Diff line number Diff line change 11
11
12
12
| Name | Version |
13
13
| ------| ---------|
14
- | <a name =" provider_azuread " ></a > [ azuread] ( #provider\_ azuread ) | 2.53.1 |
15
- | <a name =" provider_azurerm " ></a > [ azurerm] ( #provider\_ azurerm ) | 3.114 .0 |
14
+ | <a name =" provider_azuread " ></a > [ azuread] ( #provider\_ azuread ) | 3.0.2 |
15
+ | <a name =" provider_azurerm " ></a > [ azurerm] ( #provider\_ azurerm ) | 4.5 .0 |
16
16
| <a name =" provider_terraform " ></a > [ terraform] ( #provider\_ terraform ) | n/a |
17
- | <a name =" provider_time " ></a > [ time] ( #provider\_ time ) | 0.12.0 |
17
+ | <a name =" provider_time " ></a > [ time] ( #provider\_ time ) | 0.12.1 |
18
18
19
19
## Modules
20
20
Original file line number Diff line number Diff line change 10
10
11
11
| Name | Version |
12
12
| ------| ---------|
13
- | <a name =" provider_azuread " ></a > [ azuread] ( #provider\_ azuread ) | 2.53.1 |
13
+ | <a name =" provider_azuread " ></a > [ azuread] ( #provider\_ azuread ) | 3.0.2 |
14
14
15
15
## Modules
16
16
@@ -23,6 +23,7 @@ No modules.
23
23
| [ azuread_application.meshcloud_sso] ( https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/resources/application ) | resource |
24
24
| [ azuread_application_password.meshcloud_sso] ( https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/resources/application_password ) | resource |
25
25
| [ azuread_service_principal.meshcloud_sso] ( https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/resources/service_principal ) | resource |
26
+ | [ azuread_service_principal_delegated_permission_grant.meshcloud_sso] ( https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/resources/service_principal_delegated_permission_grant ) | resource |
26
27
| [ azuread_application_published_app_ids.well_known] ( https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/data-sources/application_published_app_ids ) | data source |
27
28
| [ azuread_application_template.enterprise_app] ( https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/data-sources/application_template ) | data source |
28
29
| [ azuread_client_config.current] ( https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/data-sources/client_config ) | data source |
Original file line number Diff line number Diff line change @@ -61,3 +61,9 @@ resource "azuread_service_principal" "meshcloud_sso" {
61
61
resource "azuread_application_password" "meshcloud_sso" {
62
62
application_id = azuread_application. meshcloud_sso . id
63
63
}
64
+
65
+ resource "azuread_service_principal_delegated_permission_grant" "meshcloud_sso" {
66
+ service_principal_object_id = azuread_service_principal. meshcloud_sso . object_id
67
+ resource_service_principal_object_id = data. azuread_service_principal . msgraph . object_id
68
+ claim_values = [" User.Read" ]
69
+ }
You can’t perform that action at this time.
0 commit comments