Skip to content

Instantly share code, notes, and snippets.

View dsfrederic's full-sized avatar
☁️
in the cloud

Frédéric De Smet dsfrederic

☁️
in the cloud
View GitHub Profile
data "http" "download_page" {
url = "https://www.microsoft.com/en-us/download/confirmation.aspx?id=56519"
request_headers = {
Accept = "text/html"
}
}
locals {
# Extract links from the response body
@dsfrederic
dsfrederic / arm-template.json
Last active March 6, 2024 06:27
Keyvault expired secret notifications
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"actionGroups_ag_fds_demo_name": {
"defaultValue": "ag-fds-demo",
"type": "String"
},
"vaults_kv_fds_notifications_name": {
"defaultValue": "kv-fds-notifications",