Skip to content

Commit

Permalink
Reinstate statuscake on paas
Browse files Browse the repository at this point in the history
  • Loading branch information
johnake committed Oct 17, 2023
1 parent b1fbd4d commit 087ca87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/paas/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ provider "cloudfoundry" {
password = data.azurerm_key_vault_secret.secrets["PAAS-PASSWORD"].value
}

provider "statuscake" {
api_token = local.monitoring_secrets.STATUSCAKE_PASSWORD
}

0 comments on commit 087ca87

Please sign in to comment.