mirror of
https://github.com/coder/coder.git
synced 2025-03-14 10:09:57 +00:00
fix(examples/templates/aws-linux): (backport) add hashicorp/cloudinit provider (#15796)
Backport #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