Skip to content
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

Add subnet for container apps #129

Merged
merged 1 commit into from
Jul 18, 2023
Merged

Conversation

eternaltyro
Copy link
Collaborator

  • Add a subnet for container apps (vnet_ip/21)
  • Add lifecycle rules to PostgreSQL server to ignore auto-increase of disk capacity

- Add a subnet for container apps (vnet_ip/21)
- Add lifecycle rules to PostgreSQL server to ignore auto-increase of
  disk capacity
@eternaltyro eternaltyro self-assigned this Jul 18, 2023
@eternaltyro eternaltyro merged commit 74194c3 into develop Jul 18, 2023
5 checks passed
@eternaltyro eternaltyro deleted the enhance/container-subnet branch July 18, 2023 08:08
Comment on lines +67 to +75
resource "azurerm_subnet" "raw-data-containers" {
#ts:skip=accurics.azure.NS.161 [TODO] Give the VNet subnet a network security group
name = join("-", [var.project_name, "containers", var.deployment_environment])
resource_group_name = azurerm_resource_group.raw-data.name
virtual_network_name = azurerm_virtual_network.raw-data.name
address_prefixes = [cidrsubnet(azurerm_virtual_network.raw-data.address_space[0], 5, 1)]

service_endpoints = ["Microsoft.KeyVault"]
}

Check failure

Code scanning / checkov

Ensure VNET subnet is configured with a Network Security Group (NSG) Error

Ensure VNET subnet is configured with a Network Security Group (NSG)
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