Skip to content

Commit d5a2908

Browse files
committed
Correct ACStor Terraform
1 parent 4ebfc70 commit d5a2908

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/storage/container-storage/install-container-storage-aks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ az account set --subscription <subscription-id>
198198
required_providers {
199199
azurerm = {
200200
source = "hashicorp/azurerm"
201-
version = "~> 4.x"
201+
version = "~> 4.0"
202202
}
203203
}
204204
}
@@ -277,7 +277,7 @@ terraform {
277277
required_providers {
278278
azurerm = {
279279
source = "hashicorp/azurerm"
280-
version = "~> 4.x"
280+
version = "~> 4.0"
281281
}
282282
}
283283
}

0 commit comments

Comments
 (0)