Skip to content

Commit

Permalink
(docs): fix readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
ishuar committed Sep 6, 2023
1 parent 2e8e575 commit 7960347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/header.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ resource "azurerm_resource_group" "aks_rg" {
module "aks" {
source = "ishuar/aks/azure"
version ~> "1.5"
version = "~> 1.5"
location = azurerm_resource_group.aks_rg.name
resource_group_name = azurerm_resource_group.aks_rg.location
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ resource "azurerm_resource_group" "aks_rg" {
module "aks" {
source = "ishuar/aks/azure"
version ~> "1.5"
version = "~> 1.5"
location = azurerm_resource_group.aks_rg.name
resource_group_name = azurerm_resource_group.aks_rg.location
Expand Down

0 comments on commit 7960347

Please sign in to comment.