Skip to content

Commit 3e92337

Browse files
committed
chore(aws-devcontainer): format
1 parent 301348f commit 3e92337

File tree

1 file changed

+2
-2
lines changed
  • examples/templates/aws-devcontainer

1 file changed

+2
-2
lines changed

examples/templates/aws-devcontainer/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ data "cloudinit_config" "user_data" {
210210
content_type = "text/cloud-config"
211211

212212
content = templatefile("${path.module}/cloud-init/cloud-config.yaml.tftpl", {
213-
hostname = local.hostname
213+
hostname = local.hostname
214214
linux_user = local.linux_user
215215

216216
ssh_pubkey = data.coder_parameter.ssh_pubkey.value
@@ -222,7 +222,7 @@ data "cloudinit_config" "user_data" {
222222
content_type = "text/x-shellscript"
223223

224224
content = templatefile("${path.module}/cloud-init/userdata.sh.tftpl", {
225-
hostname = local.hostname
225+
hostname = local.hostname
226226
linux_user = local.linux_user
227227

228228
# If we have a cached image, use the cached image's environment variables.

0 commit comments

Comments
 (0)