From bc4f9a43274aca6cefd4ec31d7525d3aa1e8c78b Mon Sep 17 00:00:00 2001 From: Phorcys <57866459+phorcys420@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:51:07 +0100 Subject: [PATCH] fix(examples/templates/aws-linux): add `hashicorp/cloudinit` provider (#15794) --- 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 ae48d2be18..56682ebc19 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" }