chore: make fmt (#4121)

This commit is contained in:
Garrett Delfosse
2022-09-19 20:22:46 +00:00
committed by GitHub
parent 72d6731924
commit 7fe7ffea6d
6 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -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" {
+3 -3
View File
@@ -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 = <<EOT
#!/bin/bash
@@ -22,8 +22,8 @@ data "coder_workspace" "me" {
}
resource "coder_agent" "main" {
arch = data.coder_provisioner.me.arch
os = "linux"
arch = data.coder_provisioner.me.arch
os = "linux"
startup_script = <<EOT
#!/bin/bash
+1 -1
View File
@@ -75,7 +75,7 @@ resource "docker_container" "workspace" {
dns = ["1.1.1.1"]
# Use the docker gateway if the access URL is 127.0.0.1
command = [
"sh", "-c", replace(coder_agent.main.init_script, "localhost", "host.docker.internal")]
"sh", "-c", replace(coder_agent.main.init_script, "localhost", "host.docker.internal")]
env = ["CODER_AGENT_TOKEN=${coder_agent.main.token}"]
host {
host = "host.docker.internal"
+3 -3
View File
@@ -46,9 +46,9 @@ resource "google_compute_disk" "root" {
}
resource "coder_agent" "main" {
auth = "google-instance-identity"
arch = "amd64"
os = "linux"
auth = "google-instance-identity"
arch = "amd64"
os = "linux"
startup_script = <<EOT
#!/bin/bash
+3 -3
View File
@@ -36,9 +36,9 @@ data "coder_workspace" "me" {
}
resource "coder_agent" "main" {
auth = "google-instance-identity"
arch = "amd64"
os = "linux"
auth = "google-instance-identity"
arch = "amd64"
os = "linux"
startup_script = <<EOT
#!/bin/bash