this might work
This commit is contained in:
Родитель
baa0f32a47
Коммит
75e5478c5f
|
@ -1,12 +1,8 @@
|
|||
resource "azurerm_resource_group" "demo" {
|
||||
name = "${var.resource_group_name}"
|
||||
location = "${var.location}"
|
||||
}
|
||||
|
||||
resource "azurerm_application_insights" "demo" {
|
||||
name = "${var.prefix}-ai"
|
||||
location = "${var.location}"
|
||||
resource_group_name = "${azurerm_resource_group.demo.name}"
|
||||
resource_group_name = "${var.resource_group}"
|
||||
application_type = "web"
|
||||
}
|
||||
|
||||
|
|
|
@ -121,6 +121,7 @@ variable "github_organization" {
|
|||
}
|
||||
|
||||
variable "github_repository_name" {
|
||||
default = "sg-aks-workshop"
|
||||
description = "Name of the Github repository for Flux"
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче