Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc4f9a4

Browse files
authored
fix(examples/templates/aws-linux): add hashicorp/cloudinit provider (#15794)
1 parent e4597ed commit bc4f9a4

File tree

1 file changed

+3
-0
lines changed
  • examples/templates/aws-linux

1 file changed

+3
-0
lines changed

examples/templates/aws-linux/main.tf

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ terraform {
33
coder = {
44
source = "coder/coder"
55
}
6+
cloudinit = {
7+
source = "hashicorp/cloudinit"
8+
}
69
aws = {
710
source = "hashicorp/aws"
811
}

0 commit comments

Comments
 (0)