dimaserbenyuk / devops-course

devops-course
MIT License
1 stars 0 forks source link

Terraform Configuration Drift Detected #32

Open github-actions[bot] opened 2 weeks ago

github-actions[bot] commented 2 weeks ago

Terraform Plan Output

Click to expand ```terraform Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: ~ update in-place Terraform will perform the following actions: # azuread_application.this will be updated in-place ~ resource "azuread_application" "this" { id = "/applications/d122079b-1325-4377-b97c-99aa20a31752" ~ owners = [ + "e12aa1f9-da27-407f-bb32-0ca5ffdc868f", # (1 unchanged element hidden) ] tags = [] # (25 unchanged attributes hidden) # (7 unchanged blocks hidden) } # azuread_service_principal.this will be updated in-place ~ resource "azuread_service_principal" "this" { id = "e12aa1f9-da27-407f-bb32-0ca5ffdc868f" ~ owners = [ + "e12aa1f9-da27-407f-bb32-0ca5ffdc868f", # (1 unchanged element hidden) ] tags = [] # (24 unchanged attributes hidden) # (3 unchanged blocks hidden) } Plan: 0 to add, 2 to change, 0 to destroy. ```
dimaserbenyuk commented 1 week ago

ok