Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei committed Nov 17, 2022
1 parent b268339 commit 5d9b2f3
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,8 @@ resource "azurerm_shared_image_gallery" "test" {
location = azurerm_resource_group.test.location
}
// Azure Lab Services
data "azuread_service_principal" "test" {
application_id = "c7bb12bf-0b39-4f7f-9171-f418ff39b76a"
display_name = "Azure Lab Services"
}
resource "azurerm_role_assignment" "test" {
Expand Down Expand Up @@ -252,9 +251,8 @@ resource "azurerm_shared_image_gallery" "test2" {
location = azurerm_resource_group.test.location
}
// Azure Lab Services
data "azuread_service_principal" "test" {
application_id = "c7bb12bf-0b39-4f7f-9171-f418ff39b76a"
display_name = "Azure Lab Services"
}
resource "azurerm_role_assignment" "test" {
Expand Down

0 comments on commit 5d9b2f3

Please sign in to comment.