Skip to content

adding test log analytics workspace#102

Draft
ashleighB31 wants to merge 1 commit into
perftestfrom
DTSPO-32719-add-log-analytics-workspace
Draft

adding test log analytics workspace#102
ashleighB31 wants to merge 1 commit into
perftestfrom
DTSPO-32719-add-log-analytics-workspace

Conversation

@ashleighB31

Copy link
Copy Markdown
Contributor

Before creating a pull request make sure that:

  • commit messages are meaningful and follow good commit message guidelines
  • README and other documentation has been updated / added (if needed)
  • tests have been updated / new tests has been added (if needed)

Please remove this line and everything above and fill the following sections:

JIRA link (if applicable)

Change description

Does this PR introduce a breaking change? (check one with "x")

[ ] Yes
[ ] No

@hmcts-jenkins-cnp

Copy link
Copy Markdown
Contributor

Plan Result (stg)

Plan: 0 to add, 1 to change, 0 to destroy.
  • Update
    • module.opal_redis.azurerm_redis_cache.redis
Change Result (Click me)
  # module.opal_redis.azurerm_redis_cache.redis will be updated in-place
  ~ resource "azurerm_redis_cache" "redis" {
        id                                 = "/subscriptions/74dacd4f-a248-45bb-a2f0-af700dc4cf68/resourceGroups/opal-cache-stg/providers/Microsoft.Cache/redis/opal-stg"
        name                               = "opal-stg"
        tags                               = {
            "application"         = "opal"
            "autoShutdown"        = "true"
            "builtFrom"           = "https://github.com/HMCTS/opal-shared-infrastructure.git"
            "businessArea"        = "Cross-Cutting"
            "contactSlackChannel" = "#opal-help"
            "environment"         = "staging"
            "managedBy"           = "Green on Black"
        }
        # (24 unchanged attributes hidden)

      ~ redis_configuration {
          ~ maxfragmentationmemory_reserved         = 125 -> 642
          ~ maxmemory_delta                         = 125 -> 642
          ~ maxmemory_reserved                      = 125 -> 642
            # (14 unchanged attributes hidden)
        }
    }

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

@hmcts-jenkins-cnp

Copy link
Copy Markdown
Contributor

Plan Result (test)

Plan: 1 to add, 1 to change, 0 to destroy.
  • Create
    • azurerm_log_analytics_workspace.opal_log_analytics[0]
  • Update
    • module.opal_redis.azurerm_redis_cache.redis
Change Result (Click me)
  # azurerm_log_analytics_workspace.opal_log_analytics[0] will be created
  + resource "azurerm_log_analytics_workspace" "opal_log_analytics" {
      + allow_resource_only_permissions = true
      + daily_quota_gb                  = -1
      + id                              = (known after apply)
      + internet_ingestion_enabled      = true
      + internet_query_enabled          = true
      + local_authentication_disabled   = (known after apply)
      + local_authentication_enabled    = true
      + location                        = "uksouth"
      + name                            = "opal-test-workspace"
      + primary_shared_key              = (sensitive value)
      + resource_group_name             = "opal-test"
      + retention_in_days               = 30
      + secondary_shared_key            = (sensitive value)
      + sku                             = "PerGB2018"
      + tags                            = {
          + "application"         = "opal"
          + "autoShutdown"        = "true"
          + "builtFrom"           = "https://github.com/HMCTS/opal-shared-infrastructure.git"
          + "businessArea"        = "Cross-Cutting"
          + "contactSlackChannel" = "#opal-help"
          + "environment"         = "testing"
          + "managedBy"           = "Green on Black"
        }
      + workspace_id                    = (known after apply)
    }

  # module.opal_redis.azurerm_redis_cache.redis will be updated in-place
  ~ resource "azurerm_redis_cache" "redis" {
        id                                 = "/subscriptions/3eec5bde-7feb-4566-bfb6-805df6e10b90/resourceGroups/opal-cache-test/providers/Microsoft.Cache/redis/opal-test"
        name                               = "opal-test"
        tags                               = {
            "application"         = "opal"
            "autoShutdown"        = "true"
            "builtFrom"           = "https://github.com/HMCTS/opal-shared-infrastructure.git"
            "businessArea"        = "Cross-Cutting"
            "contactSlackChannel" = "#opal-help"
            "environment"         = "testing"
            "managedBy"           = "Green on Black"
        }
        # (24 unchanged attributes hidden)

      ~ redis_configuration {
          ~ maxfragmentationmemory_reserved         = 125 -> 642
          ~ maxmemory_delta                         = 125 -> 642
          ~ maxmemory_reserved                      = 125 -> 642
            # (14 unchanged attributes hidden)
        }
    }

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant