From 08af3c50924f070101d9aa131c2794d9176a8454 Mon Sep 17 00:00:00 2001 From: Garrett Date: Mon, 19 Sep 2022 20:15:09 +0000 Subject: [PATCH] chore: make fmt --- dogfood/main.tf | 2 +- examples/templates/aws-linux/main.tf | 6 +++--- examples/templates/docker-image-builds/main.tf | 4 ++-- examples/templates/docker/main.tf | 2 +- examples/templates/gcp-linux/main.tf | 6 +++--- examples/templates/gcp-vm-container/main.tf | 6 +++--- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/dogfood/main.tf b/dogfood/main.tf index a82b689506f96..d8aaa943a47b8 100644 --- a/dogfood/main.tf +++ b/dogfood/main.tf @@ -71,7 +71,7 @@ locals { resource "docker_image" "dogfood" { name = data.docker_registry_image.dogfood.name pull_triggers = [data.docker_registry_image.dogfood.sha256_digest] - keep_locally = true + keep_locally = true } resource "docker_container" "workspace" { diff --git a/examples/templates/aws-linux/main.tf b/examples/templates/aws-linux/main.tf index 6713498cce557..05c4cb42e8639 100644 --- a/examples/templates/aws-linux/main.tf +++ b/examples/templates/aws-linux/main.tf @@ -73,9 +73,9 @@ data "aws_ami" "ubuntu" { } resource "coder_agent" "main" { - arch = "amd64" - auth = "aws-instance-identity" - os = "linux" + arch = "amd64" + auth = "aws-instance-identity" + os = "linux" startup_script = <