No description
This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2024-04-22 16:57:04 +01:00
backups Add Azure Backup 2024-02-09 12:57:40 +00:00
cloudamqp Add Prometheus, but also Lint all the things 2024-01-22 18:45:30 +00:00
cluster New Secret Style for CloudAMQP (#28) 2024-04-22 16:37:31 +01:00
entra Add support for Entra Groups 2024-03-25 18:28:50 +00:00
firewall New Firewall Rules for AKv2k8s 2024-04-22 16:57:04 +01:00
grafana Send Grafana Connections via Tailnet 2024-01-23 15:17:32 +00:00
nextdns Add production recommended setup for tailscale 2024-02-16 23:37:06 +00:00
uksouth New Firewall Rules for AKv2k8s 2024-04-22 16:57:04 +01:00
.gitignore New Secret Style for CloudAMQP (#28) 2024-04-22 16:37:31 +01:00
.terraform.lock.hcl Fix hashes 2024-04-22 16:38:46 +01:00
main.tf Update Terraform azurerm to v3.100.0 (#27) 2024-04-22 16:37:50 +01:00
providers.tf New Firewall, Point AIT at it 2024-04-09 17:25:37 +01:00
README.md Remove Chef 2022-09-27 18:30:39 +01:00
renovate.json New Secret Style for CloudAMQP (#28) 2024-04-22 16:37:31 +01:00
ssh.pub Maintenance... 2023-10-03 17:07:54 +01:00
uksouth-ait.tf New Firewall, Point AIT at it 2024-04-09 17:25:37 +01:00
uksouth-prod.tf Remove references to eBPF 2024-04-17 01:06:50 +01:00
uksouth-sandbox.tf Implement Azure Web Application Firewall 2024-04-03 18:47:36 +01:00
uksouth-staging.tf Implement Azure Web Application Firewall 2024-04-03 18:47:36 +01:00

Terraform / Azure

Environment Variables

Shell Environment Variables need to be set for Terraform operation, these can be found in 1Password in the DevOps Vault here

Fish:

set -Ux TF_VAR_azurerm_terraform_client_id <secret>

ZSH:

echo "export TF_VAR_azurerm_terraform_client_id=<secret> >> ~/.zshrc
source ~/.zshrc

Firewall IP Assigments

  • azurerm_public_ip.pips.0.id
    • IP Address: 51.132.44.240
    • Environment: Production
  • azurerm_public_ip.pips.1.id
    • IP Address: 51.132.44.241
    • Environment: Pre-Production
  • azurerm_public_ip.pips.2.id
    • IP Address: 51.132.44.242
    • Environment: Staging
  • azurerm_public_ip.pips.3.id
    • IP Address: 51.132.44.243
    • Environment: Dev
  • azurerm_public_ip.pips.4.id
    • IP Address: 51.132.44.244
    • Envrionment: Sandbox
  • azurerm_public_ip.pips.5.id
    • IP Address: 51.132.44.245
    • Environment: Tools
  • azurerm_public_ip.pips.6.id
    • IP Address: 51.132.44.246
    • Environment: Performance
  • azurerm_public_ip.pips.7.id
    • IP Address: 51.132.44.247
    • Environment: Aqua
  • azurerm_public_ip.pips.8.id
    • IP Address: 51.132.44.248
    • Environment: Unassigned
  • azurerm_public_ip.pips.9.id
    • IP Address: 51.132.44.249
    • Environment: Unassigned
  • azurerm_public_ip.pips.10.id
    • IP Address: 51.132.44.250
    • Environment: Unassigned
  • azurerm_public_ip.pips.11.id
    • IP Address: 51.132.44.251
    • Environment: Unassigned
  • azurerm_public_ip.pips.12.id
    • IP Address: 51.132.44.252
    • Environment: Unassigned
  • azurerm_public_ip.pips.13.id
    • IP Address: 51.132.44.253
    • Environment: Unassigned
  • azurerm_public_ip.pips.14.id
    • IP Address: 51.132.44.254
    • Environment: Unassigned
  • azurerm_public_ip.pips.15.id
    • IP Address: 51.132.44.255
    • Environment: Production (SFTP)