mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
fix(examples/templates/aws-linux): add hashicorp/cloudinit provider (#15794)
This commit is contained in:
@@ -3,6 +3,9 @@ terraform {
|
||||
coder = {
|
||||
source = "coder/coder"
|
||||
}
|
||||
cloudinit = {
|
||||
source = "hashicorp/cloudinit"
|
||||
}
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user