Skip to content

Conversation

@iabhee
Copy link
Owner

@iabhee iabhee commented Dec 20, 2024

No description provided.

@github-actions
Copy link

Terraform Format and Style 🖌 success

Terraform Initialization ⚙️ success

Terraform Validation 🤖 success

Validation Output

Success! The configuration is valid.


Terraform Plan 📖 success

Show Plan
Running plan in HCP Terraform. Output will stream here. Pressing Ctrl-C
will stop streaming the logs, but will not stop the plan running remotely.

Preparing the remote plan...

To view this run in a browser, visit:
https://app.terraform.io/app/ra-devops-org/cloud-resume-api/runs/run-i6H7xPvdfTK1Mpqn

Waiting for the plan to start...

Terraform v1.10.2
on linux_amd64
Initializing plugins and modules...
module.azure_resource_group.azurerm_resource_group.main: Refreshing state... [id=/subscriptions/a5e6c356-7c12-4bda-b72f-726dedf6f71c/resourceGroups/resumeapi-rsg]
module.azure_application_insights.azurerm_application_insights.app_insights: Refreshing state... [id=/subscriptions/a5e6c356-7c12-4bda-b72f-726dedf6f71c/resourceGroups/resumeapi-rsg/providers/Microsoft.Insights/components/resumeapi-function-app-appinsights]
module.azure_cosmosDB.azurerm_cosmosdb_account.db: Refreshing state... [id=/subscriptions/a5e6c356-7c12-4bda-b72f-726dedf6f71c/resourceGroups/resumeapi-rsg/providers/Microsoft.DocumentDB/databaseAccounts/resumeapi-cosmosdb]
module.azure_storage_account.azurerm_storage_account.main: Refreshing state... [id=/subscriptions/a5e6c356-7c12-4bda-b72f-726dedf6f71c/resourceGroups/resumeapi-rsg/providers/Microsoft.Storage/storageAccounts/resumeapi22storage]
module.azure_cosmosDB.azurerm_cosmosdb_sql_database.database_name: Refreshing state... [id=/subscriptions/a5e6c356-7c12-4bda-b72f-726dedf6f71c/resourceGroups/resumeapi-rsg/providers/Microsoft.DocumentDB/databaseAccounts/resumeapi-cosmosdb/sqlDatabases/resumeapi-db]
module.azure_cosmosDB.azurerm_cosmosdb_sql_container.db_container: Refreshing state... [id=/subscriptions/a5e6c356-7c12-4bda-b72f-726dedf6f71c/resourceGroups/resumeapi-rsg/providers/Microsoft.DocumentDB/databaseAccounts/resumeapi-cosmosdb/sqlDatabases/resumeapi-db/containers/resumeapi-container]
module.azure_functions.azurerm_service_plan.main: Refreshing state... [id=/subscriptions/a5e6c356-7c12-4bda-b72f-726dedf6f71c/resourceGroups/resumeapi-rsg/providers/Microsoft.Web/serverFarms/resumeapi-function-app-plan]
module.azure_functions.azurerm_linux_function_app.main: Refreshing state... [id=/subscriptions/a5e6c356-7c12-4bda-b72f-726dedf6f71c/resourceGroups/resumeapi-rsg/providers/Microsoft.Web/sites/resumeapi-function-app]

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:

  # module.azure_functions.azurerm_linux_function_app.main will be updated in-place
  ~ resource "azurerm_linux_function_app" "main" {
        id                                             = "/subscriptions/a5e6c356-7c12-4bda-b72f-726dedf6f71c/resourceGroups/resumeapi-rsg/providers/Microsoft.Web/sites/resumeapi-function-app"
        name                                           = "resumeapi-function-app"
        tags                                           = {
            "name" = "resume API"
        }
        # (32 unchanged attributes hidden)

      ~ site_config {
          - application_insights_key                      = (sensitive value) -> null
            # (32 unchanged attributes hidden)

            # (2 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.

@iabhee iabhee merged commit 5bd9c71 into main Dec 20, 2024
1 check passed
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.

2 participants