Skip to content

Commit af10bde

Browse files
committed
chore: update backend var
1 parent bc56302 commit af10bde

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

create-azure-infra/data.tf

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
}
1+
data "azurerm_client_config" "current" {}

create-azure-infra/provider.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
provider "azurerm" {
22
features {}
33
}
4+

0 commit comments

Comments
 (0)