Skip to content

Commit

Permalink
disable ioweb_profile healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
gquadrati committed Sep 25, 2023
1 parent 33eada4 commit e89d096
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/domains/ioweb-app/06_function_ioweb_profile.tf
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ module "function_ioweb_profile" {
data.azurerm_subnet.function_app_snet[1].id,
]

enable_healthcheck = false

# Action groups for alerts
action = [
{
Expand Down
1 change: 1 addition & 0 deletions src/domains/ioweb-common/03_storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ resource "azurerm_private_endpoint" "spid_logs_storage_blob" {

# Containers
resource "azurerm_storage_container" "spid_logs" {
depends_on = [module.spid_logs_storage]
name = "spidlogs"
storage_account_name = module.spid_logs_storage.name
container_access_type = "private"
Expand Down

0 comments on commit e89d096

Please sign in to comment.