Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3e92337

Browse files
committed
chore(aws-devcontainer): format
1 parent301348f commit3e92337

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)

[8]ページ先頭

©2009-2025 Movatter.jp