Added maintenance window for prod postgress #1453
Closed
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.
Terraform Plan :
` # module.postgres.data.azurerm_monitor_diagnostic_categories.main[0] will be read during apply
(depends on a resource or a module with changes pending)
<= data "azurerm_monitor_diagnostic_categories" "main" {
+ id = (known after apply)
+ log_category_groups = (known after apply)
+ log_category_types = (known after apply)
+ logs = (known after apply)
+ metrics = (known after apply)
+ resource_id = "/subscriptions/3c033a0c-7a1c-4653-93cb-0f2a9f57a391/resourceGroups/s189p01-gitapi-pd-rg/providers/Microsoft.DBforPostgreSQL/flexibleServers/s189p01-gitapi-pd-pg"
}
module.postgres.azurerm_postgresql_flexible_server.main[0] will be updated in-place
~ resource "azurerm_postgresql_flexible_server" "main" {
id = "/subscriptions/3c033a0c-7a1c-4653-93cb-0f2a9f57a391/resourceGroups/s189p01-gitapi-pd-rg/providers/Microsoft.DBforPostgreSQL/flexibleServers/s189p01-gitapi-pd-pg"
name = "s189p01-gitapi-pd-pg"
~ public_network_access_enabled = false -> true
tags = {
"Environment" = "Prod"
"Product" = "Get into teaching website"
"Service Offering" = ""
}
# (15 unchanged attributes hidden)
module.statuscake[0].statuscake_uptime_check.main["https://getintoteachingapi-production.teacherservices.cloud/healthcheck"] will be updated in-place
~ resource "statuscake_uptime_check" "main" {
~ contact_groups = [
- "282453",
# (1 unchanged element hidden)
]
id = "6974683"
name = "https://getintoteachingapi-production.teacherservices.cloud/healthcheck"
tags = []
# (6 unchanged attributes hidden)
Plan: 0 to add, 2 to change, 0 to destroy.`