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 bc56302 commit af10bdeCopy full SHA for af10bde
create-azure-infra/data.tf
@@ -1,6 +1 @@
1
-data "azurerm_function_app_host_keys" "gha_runner_ahk" {
2
- name = azurerm_linux_function_app.gha_runner_receiver_function_app.name
3
- resource_group_name = azurerm_resource_group.gha_runner_rg.name
4
-
5
- depends_on = [ azurerm_linux_function_app.gha_runner_receiver_function_app ]
6
-}
+data "azurerm_client_config" "current" {}
create-azure-infra/provider.tf
@@ -1,3 +1,4 @@
provider "azurerm" {
features {}
}
+
0 commit comments