From 7fe7ffea6dfdbcf0252209c49397fa04adac237d Mon Sep 17 00:00:00 2001 From: Garrett Delfosse Date: Mon, 19 Sep 2022 16:22:46 -0400 Subject: [PATCH] chore: make fmt (#4121) --- 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 a82b689506..d8aaa943a4 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 6713498cce..05c4cb42e8 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 = <