Skip to content

Commit f9b1616

Browse files
authored
Update terraform azure and local provider version (#333)
1 parent 714ad91 commit f9b1616

3 files changed

Lines changed: 33 additions & 35 deletions

File tree

terraform/azure/.terraform.lock.hcl

Lines changed: 27 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

terraform/azure/modules/hana_node/main.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,11 @@ resource "azurerm_lb_rule" "hanadb_exporter" {
153153
# hana network configuration
154154

155155
resource "azurerm_network_interface" "hana" {
156-
count = var.hana_count
157-
name = "nic-${var.name}${format("%02d", count.index + 1)}"
158-
location = var.az_region
159-
resource_group_name = var.resource_group_name
160-
enable_accelerated_networking = var.enable_accelerated_networking
156+
count = var.hana_count
157+
name = "nic-${var.name}${format("%02d", count.index + 1)}"
158+
location = var.az_region
159+
resource_group_name = var.resource_group_name
160+
accelerated_networking_enabled = var.enable_accelerated_networking
161161

162162
ip_configuration {
163163
name = "ipconf-primary"

terraform/azure/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
# Configure the Azure Provider
55
azurerm = {
66
source = "hashicorp/azurerm"
7-
version = "~> 3.13.0"
7+
version = "~> 3.116.0"
88
}
99
null = {
1010
source = "hashicorp/null"

0 commit comments

Comments
 (0)