Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dockerfile #20

Closed
wants to merge 1 commit into from
Closed

Update Dockerfile #20

wants to merge 1 commit into from

Conversation

DavidMolta18
Copy link
Collaborator

No description provided.

Copy link

data.azurerm_client_config.current: Reading...
azurerm_resource_group.example_rg: Refreshing state... [id=/subscriptions/bf2233bb-8bc5-4ad0-abd7-340163356686/resourceGroups/petDistri]
data.azurerm_client_config.current: Read complete after 0s [id=Y2xpZW50Q29uZmlncy9jbGllbnRJZD1iMjI0ZWY0YS1hZjZhLTQ2YzAtOTc1Mi0zYWI2Mzk3NjEwM2Q7b2JqZWN0SWQ9NDQxMDI0OGMtMDg2OC00ODE0LWJhOTQtZDhmOGJjNTNhZTk5O3N1YnNjcmlwdGlvbklkPWJmMjIzM2JiLThiYzUtNGFkMC1hYmQ3LTM0MDE2MzM1NjY4Njt0ZW5hbnRJZD1lOTk0MDcyYi01MjNlLTRiZmUtODZlMi00NDJjNWUxMGIyNDQ=]
azurerm_container_registry.acr: Refreshing state... [id=/subscriptions/bf2233bb-8bc5-4ad0-abd7-340163356686/resourceGroups/petDistri/providers/Microsoft.ContainerRegistry/registries/petDistriACR]
azurerm_mysql_flexible_server.mysql_server: Refreshing state... [id=/subscriptions/bf2233bb-8bc5-4ad0-abd7-340163356686/resourceGroups/petDistri/providers/Microsoft.DBforMySQL/flexibleServers/petclinicdbserver]
azurerm_kubernetes_cluster.aks_cluster: Refreshing state... [id=/subscriptions/bf2233bb-8bc5-4ad0-abd7-340163356686/resourceGroups/petDistri/providers/Microsoft.ContainerService/managedClusters/petDistriAKS]
azurerm_mysql_flexible_database.petclinic_db: Refreshing state... [id=/subscriptions/bf2233bb-8bc5-4ad0-abd7-340163356686/resourceGroups/petDistri/providers/Microsoft.DBforMySQL/flexibleServers/petclinicdbserver/databases/petclinic]
azurerm_role_assignment.aks_acr_role_assignment: Refreshing state... [id=/subscriptions/bf2233bb-8bc5-4ad0-abd7-340163356686/resourceGroups/petDistri/providers/Microsoft.ContainerRegistry/registries/petDistriACR/providers/Microsoft.Authorization/roleAssignments/17246a65-d082-9f06-ab0b-b651580d6ad3]
azurerm_key_vault.key_vault: Refreshing state... [id=/subscriptions/bf2233bb-8bc5-4ad0-abd7-340163356686/resourceGroups/petDistri/providers/Microsoft.KeyVault/vaults/kvPetDistri]
azurerm_key_vault_secret.db_connection_string: Refreshing state... [id=https://kvpetdistri.vault.azure.net/secrets/DB-Connection-String/7c36d0ca684b411ca6a0b1269a4dfc44]
azurerm_key_vault_secret.db_username: Refreshing state... [id=https://kvpetdistri.vault.azure.net/secrets/DB-Username/bfad069ba6024253a596aedf0610e971]
azurerm_key_vault_secret.db_password: Refreshing state... [id=https://kvpetdistri.vault.azure.net/secrets/DB-Password/6acc8176320a4153a93a5d0936b2825b]

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:

azurerm_kubernetes_cluster.aks_cluster will be updated in-place

~ resource "azurerm_kubernetes_cluster" "aks_cluster" {
id = "/subscriptions/bf2233bb-8bc5-4ad0-abd7-340163356686/resourceGroups/petDistri/providers/Microsoft.ContainerService/managedClusters/petDistriAKS"
name = "petDistriAKS"
tags = {
"environment" = "Dev"
}
# (31 unchanged attributes hidden)

  - workload_autoscaler_profile {
      - keda_enabled                    = false -> null
      - vertical_pod_autoscaler_enabled = false -> null
    }

    # (5 unchanged blocks hidden)
}

Plan: 0 to add, 1 to change, 0 to destroy.

─────────────────────────────────────────────────────────────────────────────

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant