John Hunt (2)

Azure Database for MariaDB server parameters in Terraform

Thanks to someone where I work for pointing out that the azurerm_mariadb_configuration resource type controls the server parameters for mariadb servers in Terraform for azure: In practice, this looks a bit like this: resource "azurerm_mariadb_configuration" "mariadb-regional-config" { resource_group_name = "resource_group_name_here" server_name = "server_name_here" name =…

Continue reading...

Site upgrade

john-hunt.com is back, and hosted from home - but now on my raspberry pi 3B and on a full fibre connection. Quite exciting to have a 'proper' connection at home finally rather than something delivered over an old phone line - the latency is significantly…

Continue reading...