We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e5fec8 commit 766725aCopy full SHA for 766725a
terraform_modules/gh-self-hosted-runner-infra/azure/data.tf
@@ -4,9 +4,3 @@ data "azurerm_function_app_host_keys" "gha_runner_ahk" {
4
5
depends_on = [ azurerm_linux_function_app.gha_runner_receiver_function_app ]
6
}
7
-
8
9
10
-# data "local_file" "gh_runner_receiver_zip_file" {
11
-# filename = local.zip_receiver_file_name
12
-# }
0 commit comments