generated from hmcts/expressjs-template
-
Notifications
You must be signed in to change notification settings - Fork 6
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
DTSCCI-1136 upgrade terraform version inline with min version #4990
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Plan Result (aat)
Change Result (Click me) # module.citizen-ui-draft-store.azurerm_redis_cache.redis will be updated in-place
~ resource "azurerm_redis_cache" "redis" {
id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/civil-citizen-ui-draft-store-cache-aat/providers/Microsoft.Cache/redis/civil-citizen-ui-draft-store-aat"
name = "civil-citizen-ui-draft-store-aat"
tags = {
"application" = "civil"
"autoShutdown" = "true"
"builtFrom" = "https://github.com/HMCTS/civil-citizen-ui.git"
"businessArea" = "CFT"
"contactSlackChannel" = "#civil_contact"
"environment" = "staging"
"managedBy" = "Civil"
}
# (24 unchanged attributes hidden)
~ redis_configuration {
- data_persistence_authentication_method = "SAS" -> null
~ maxfragmentationmemory_reserved = 125 -> 642
~ maxmemory_delta = 125 -> 642
~ maxmemory_reserved = 125 -> 642
# (13 unchanged attributes hidden)
}
}
Plan: 0 to add, 1 to change, 0 to destroy. |
Plan Result (prod)
Change Result (Click me) # module.citizen-ui-draft-store.azurerm_redis_cache.redis will be updated in-place
~ resource "azurerm_redis_cache" "redis" {
id = "/subscriptions/8999dec3-0104-4a27-94ee-6588559729d1/resourceGroups/civil-citizen-ui-draft-store-cache-prod/providers/Microsoft.Cache/redis/civil-citizen-ui-draft-store-prod"
name = "civil-citizen-ui-draft-store-prod"
tags = {
"application" = "civil"
"builtFrom" = "https://github.com/HMCTS/civil-citizen-ui.git"
"businessArea" = "CFT"
"contactSlackChannel" = "#civil_contact"
"environment" = "production"
"managedBy" = "Civil"
}
# (24 unchanged attributes hidden)
~ redis_configuration {
- data_persistence_authentication_method = "SAS" -> null
# (16 unchanged attributes hidden)
}
}
Plan: 0 to add, 1 to change, 0 to destroy. |
gmikerlemos
previously approved these changes
Feb 3, 2025
anirudha-deshpande
previously approved these changes
Feb 3, 2025
velimd
previously approved these changes
Feb 3, 2025
f44ab0a
anirudha-deshpande
approved these changes
Feb 3, 2025
peterpilgrim
approved these changes
Feb 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
JIRA link
DTSCCI-1136
Change description
upgrade terraform version inline with min version
Does this PR introduce a breaking change? (check one with "x")