dimaserbenyuk / devops-course

devops-course
MIT License
1 stars 0 forks source link

add #28

Closed dimaserbenyuk closed 3 months ago

github-actions[bot] commented 3 months 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. ```
github-actions[bot] commented 3 months ago

Terraform Apply Output

Click to expand ```terraform random_id.storage_account: Refreshing state... [id=RL4t9Q] data.azuread_application_published_app_ids.well_known: Reading... data.azuread_user.this: Reading... data.azuread_client_config.current: Reading... data.azuread_client_config.current: Read complete after 0s [id=1d31fb92-1bb7-4152-bc61-24f6b51841d1-04b07795-8ddb-461a-bbee-02f9e1bf7b46-e12aa1f9-da27-407f-bb32-0ca5ffdc868f] data.azuread_application_published_app_ids.well_known: Read complete after 0s [id=appIds] data.azuread_user.this: Read complete after 0s [id=371fcda5-d60f-427b-8e13-5ee7742566c7] azuread_application.this: Refreshing state... [id=/applications/d122079b-1325-4377-b97c-99aa20a31752] data.azurerm_subscription.this: Reading... azurerm_resource_group.rg: Refreshing state... [id=/subscriptions/e135f274-9024-40cf-87e9-a8afb4a1a687/resourceGroups/serbeniuk] data.azurerm_subscription.this: Read complete after 1s [id=/subscriptions/e135f274-9024-40cf-87e9-a8afb4a1a687] azurerm_storage_account.tfstate: Refreshing state... [id=/subscriptions/e135f274-9024-40cf-87e9-a8afb4a1a687/resourceGroups/serbeniuk/providers/Microsoft.Storage/storageAccounts/tfstate44be2df5] azuread_application_federated_identity_credential.env-dev: Refreshing state... [id=d122079b-1325-4377-b97c-99aa20a31752/federatedIdentityCredential/189c4be0-aaa9-48d9-979c-c84b071112eb] azuread_application_federated_identity_credential.main: Refreshing state... [id=d122079b-1325-4377-b97c-99aa20a31752/federatedIdentityCredential/9827b738-10fe-4962-ac30-e3e187b80e12] azuread_application_federated_identity_credential.pr: Refreshing state... [id=d122079b-1325-4377-b97c-99aa20a31752/federatedIdentityCredential/f7d5d6b2-0e06-46aa-9076-5becb3e5f8f9] azuread_application_federated_identity_credential.env-prod: Refreshing state... [id=d122079b-1325-4377-b97c-99aa20a31752/federatedIdentityCredential/5ce24b07-25f6-4057-9585-0d73ecfbaf2c] azuread_application_password.this: Refreshing state... [id=d122079b-1325-4377-b97c-99aa20a31752/password/d2a74edb-002d-4f85-9b40-61399063bb86] azuread_service_principal.this: Refreshing state... [id=e12aa1f9-da27-407f-bb32-0ca5ffdc868f] azurerm_role_assignment.sub-contributor: Refreshing state... [id=/subscriptions/e135f274-9024-40cf-87e9-a8afb4a1a687/providers/Microsoft.Authorization/roleAssignments/c1c59c96-fc22-b698-de00-c94b42d1f92f] azurerm_storage_container.tfstate: Refreshing state... [id=https://tfstate44be2df5.blob.core.windows.net/tfstate] 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. azuread_application.this: Modifying... [id=/applications/d122079b-1325-4377-b97c-99aa20a31752] azuread_application.this: Modifications complete after 2s [id=/applications/d122079b-1325-4377-b97c-99aa20a31752] azuread_service_principal.this: Modifying... [id=e12aa1f9-da27-407f-bb32-0ca5ffdc868f] azuread_service_principal.this: Modifications complete after 2s [id=e12aa1f9-da27-407f-bb32-0ca5ffdc868f] Apply complete! Resources: 0 added, 2 changed, 0 destroyed. Outputs: sp_application_name = "tf-oidc-test-sample" ```