Skip to content

feat: create private endpoint for key vault apps service#1252

Draft
m-juckes-pins wants to merge 17 commits intomainfrom
task/create_private_endpoint_key_vault
Draft

feat: create private endpoint for key vault apps service#1252
m-juckes-pins wants to merge 17 commits intomainfrom
task/create_private_endpoint_key_vault

Conversation

@m-juckes-pins
Copy link
Copy Markdown
Collaborator

Pull Request Template

Describe your changes

Useful information to review or test

Type of change 🧩

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Other (please explain in the description section above)

Checklist before requesting a review

  • My code follows the style guidelines of this project
  • My code changes do not include any hardcoded secrets or passwords
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • My Tech Lead is aware of any infrastructure changes that will cost money

@m-juckes-pins m-juckes-pins force-pushed the task/create_private_endpoint_key_vault branch from a379f0a to fc735b9 Compare March 3, 2026 11:58
name = "snet-private-endpoints"
resource_group_name = azurerm_resource_group.common_infrastructure.name
virtual_network_name = module.networking.vnet_name
address_prefixes = ["10.0.1.0/24"] # Ensure this doesn't overlap!
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this ip range needs to be double checked. It may need to be moved into networking section (this did break my pipeline when i did but probably not referencing it correctly).

name = "pins-pe-keyvault-${local.resource_suffix}"
location = azurerm_resource_group.common_infrastructure.location # This is throwing up errors?
resource_group_name = azurerm_resource_group.common_infrastructure.name
subnet_id = azurerm_subnet.private_endpoints.id # Not sure on which subnet it lives
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a new one will be created


resource "azurerm_private_endpoint" "keyvault" {
name = "pins-pe-keyvault-${local.resource_suffix}"
location = azurerm_resource_group.common_infrastructure.location # This is throwing up errors?
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no errors, old code comment

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