From 8293f6d59e86ee3cbc05afe1387216bd4397628c Mon Sep 17 00:00:00 2001 From: Phorcys <57866459+phorcys420@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:39:31 +0100 Subject: [PATCH] fix(examples/templates/aws-linux): add hashicorp/cloudinit provider --- examples/templates/aws-linux/main.tf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/templates/aws-linux/main.tf b/examples/templates/aws-linux/main.tf index ae48d2be18d8b..56682ebc1950e 100644 --- a/examples/templates/aws-linux/main.tf +++ b/examples/templates/aws-linux/main.tf @@ -3,6 +3,9 @@ terraform { coder = { source = "coder/coder" } + cloudinit = { + source = "hashicorp/cloudinit" + } aws = { source = "hashicorp/aws" }