Skip to content

Commit

Permalink
Remove sops requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Jun 12, 2024
1 parent 25b0859 commit e7b7549
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
7 changes: 0 additions & 7 deletions terraform/azure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ terraform {
source = "hashicorp/kubernetes"
version = "~> 2.25"
}

# Used to decrypt sops encrypted secrets containing PagerDuty keys
sops = {
# ref: https://registry.terraform.io/providers/carlpett/sops/latest
source = "carlpett/sops"
version = "~> 0.7.2"
}
}
backend "gcs" {
bucket = "two-eye-two-see-org-terraform-state"
Expand Down
5 changes: 0 additions & 5 deletions terraform/azure/pagerduty.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
* https://2i2c-org.pagerduty.com/service-directory/?direction=asc&query=&team_ids=all
*
*/
data "sops_file" "pagerduty_service_integration_keys" {
# Read sops encrypted file containing integration key for pagerduty
source_file = "secret/enc-pagerduty-service-integration-keys.secret.yaml"
}

resource "azurerm_monitor_action_group" "alerts" {
name = "AlertsActionGroup" # Changing this forces a recreation
resource_group_name = var.resourcegroup_name
Expand Down

0 comments on commit e7b7549

Please sign in to comment.