Skip to content

Commit 85f9e9a

Browse files
committed
Added tls provider block
1 parent 7cf420d commit 85f9e9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ terraform {
1010
source = "hashicorp/random"
1111
version = "~>3.0"
1212
}
13+
tls = {
14+
source = "hashicorp/tls"
15+
version = "4.0.1"
16+
}
1317
}
1418
}
1519

0 commit comments

Comments
 (0)