Skip to content

Commit dc6e31c

Browse files
feat(azure): Switch to pessimistic pin for naming module
1 parent 859f390 commit dc6e31c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: azure/tf/modules/hub/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "naming" {
22
source = "Azure/naming/azurerm"
3-
version = "0.4.1"
3+
version = "~>0.4"
44
suffix = [var.resource_suffix]
55
}
66

Diff for: azure/tf/modules/spoke/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ locals {
2020

2121
module "naming" {
2222
source = "Azure/naming/azurerm"
23-
version = "0.4.1"
23+
version = "~>0.4"
2424
suffix = [var.resource_suffix]
2525
}
2626

0 commit comments

Comments
 (0)