Skip to content

Commit 03f800d

Browse files
committed
Relaxing version constraint on tls provider
1 parent 71e5458 commit 03f800d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickstart/101-vm-with-infrastructure/providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ terraform {
1212
}
1313
tls = {
1414
source = "hashicorp/tls"
15-
version = "4.0.1"
15+
version = "~>4.0"
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)