SHIFT-WIKI - Sjoerd Hooft's InFormation Technology
This WIKI is my personal documentation blog. Please enjoy it and feel free to reach out through blue sky if you have a question, remark, improvement or observation.
Terraform Module for a Private Endpoint
Summary: This is a terraform module that I use to deploy a private endpoint for resources in Azure.
Date: 8 February 2025
Read the post to learn more about private endpoints and:
- How to depoloy a private endpoint using a terraform module
- Notice how we can provide the nic for the private endpoint with a custom name
- How we can assign an ip address to the private endpoint
Terraform Module for a Private DNS Zone vNet Link
Summary: This is a terraform module that I use to deploy a link between a Private DNS zone and a virtual network in Azure.
Date: 8 February 2025
Read the post to learn more about private dns zone links and:
- How to deploy a private dns zone vnet link using a terraform module
Terraform Module for PostgreSql Flexible Server
Summary: This is a terraform module that I use to deploy a PostgreSql Flexible Server in Azure.
Date: 8 February 2025
Read the post to learn more about how to deploy a PostgreSql Flexible Server using terraform and:
- How to set a random password for the PostgreSql admin
- How to deploy a private endpoint for a PostgreSql Flexible Server using a Terraform module
- How to create a link between the private DNS zone and the virtual network
- How to configure diagnostic settings on the PostgreSql Flexible Server using a Terraform module
Terraform Module for setting Diagnostic Settings to send logs to a Log Analytics Workspace
Summary: This is a terraform module that I use to configure diagnostic setting on Azure Resources to send diagnostics and logs to a Log Analytics Workspace.
Date: 8 February 2025
Read the post to learn more about diagnostic settings and:
- How to deploy diagnostic settings using a terraform module