Skip to content

feat: upgrade aks#59

Merged
lorenzocorallo merged 6 commits intostablefrom
dev
Mar 20, 2025
Merged

feat: upgrade aks#59
lorenzocorallo merged 6 commits intostablefrom
dev

Conversation

@lorenzocorallo
Copy link
Copy Markdown
Member

No description provided.

@infracost
Copy link
Copy Markdown

infracost bot commented Mar 20, 2025

💰 Infracost report

Monthly estimate generated

This comment will be updated when code changes.

Comment on lines +11 to +19
resource "azurerm_managed_disk" "storage" {
count = var.persistent_storage ? 1 : 0
name = "md-polinetwork-${random_uuid.volume.result}"
location = var.persistent_storage_location
resource_group_name = var.persistent_storage_rg_name
storage_account_type = "Standard_LRS"
create_option = "Empty"
disk_size_gb = var.persistent_storage_size_gi
}

Check failure

Code scanning / checkov

Ensure Azure Virtual Machine disks are configured without public network access Error

Ensure Azure Virtual Machine disks are configured without public network access
Comment on lines +11 to +19
resource "azurerm_managed_disk" "storage" {
count = var.persistent_storage ? 1 : 0
name = "md-polinetwork-${random_uuid.volume.result}"
location = var.persistent_storage_location
resource_group_name = var.persistent_storage_rg_name
storage_account_type = "Standard_LRS"
create_option = "Empty"
disk_size_gb = var.persistent_storage_size_gi
}

Check failure

Code scanning / checkov

Ensure that managed disks use a specific set of disk encryption sets for the customer-managed key encryption Error

Ensure that managed disks use a specific set of disk encryption sets for the customer-managed key encryption
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 20, 2025

💰 Infracost report

Monthly estimate generated

This comment will be updated when code changes.

@github-actions
Copy link
Copy Markdown

Terraform Plan Output

Click to expand
No changes. Your infrastructure matches the configuration.

Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.

@lorenzocorallo lorenzocorallo merged commit a5a8c74 into stable Mar 20, 2025
5 of 6 checks passed
@lorenzocorallo lorenzocorallo deleted the dev branch March 24, 2025 22:43
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.

1 participant