Skip to content

Commit

Permalink
Updated StatusCake terraform module to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl committed Mar 26, 2024
1 parent 9bfed61 commit 831f8b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ If everything looks good, answer `yes` and wait for the new infrastructure to be
|------|--------|---------|
| <a name="module_azure_container_apps_hosting"></a> [azure\_container\_apps\_hosting](#module\_azure\_container\_apps\_hosting) | github.com/DFE-Digital/terraform-azurerm-container-apps-hosting | v1.4.9 |
| <a name="module_azurerm_key_vault"></a> [azurerm\_key\_vault](#module\_azurerm\_key\_vault) | github.com/DFE-Digital/terraform-azurerm-key-vault-tfvars | v0.4.1 |
| <a name="module_statuscake-tls-monitor"></a> [statuscake-tls-monitor](#module\_statuscake-tls-monitor) | github.com/dfe-digital/terraform-statuscake-tls-monitor | v0.1.2 |
| <a name="module_statuscake-tls-monitor"></a> [statuscake-tls-monitor](#module\_statuscake-tls-monitor) | github.com/dfe-digital/terraform-statuscake-tls-monitor | v0.1.3 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion terraform/statuscake-tls-monitor.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "statuscake-tls-monitor" {
source = "github.com/dfe-digital/terraform-statuscake-tls-monitor?ref=v0.1.2"
source = "github.com/dfe-digital/terraform-statuscake-tls-monitor?ref=v0.1.3"

statuscake_monitored_resource_addresses = local.statuscake_monitored_resource_addresses
statuscake_alert_at = [ # days to alert on
Expand Down

0 comments on commit 831f8b3

Please sign in to comment.