Skip to content

Commit d9893ec

Browse files
authored
Remove unused data source from terraform (#1308)
1 parent ec3172d commit d9893ec

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

infrastructure/main.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,6 @@ data "azurerm_key_vault_secret" "payhub_site_ids" {
112112
name = local.payhub_site_id_secret_names[count.index]
113113
}
114114

115-
data "azurerm_key_vault_secret" "appinsights_secret" {
116-
name = "app-insights-instrumentation-key"
117-
key_vault_id = data.azurerm_key_vault.bulk_scan_key_vault.id
118-
}
119-
120115
data "azurerm_key_vault_secret" "launch_darkly_sdk_key" {
121116
name = "launch-darkly-sdk-key"
122117
key_vault_id = data.azurerm_key_vault.bulk_scan_key_vault.id

0 commit comments

Comments
 (0)