File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/templates/aws-devcontainer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ data "cloudinit_config" "user_data" {
210
210
content_type = " text/cloud-config"
211
211
212
212
content = templatefile (" ${ path . module } /cloud-init/cloud-config.yaml.tftpl" , {
213
- hostname = local.hostname
213
+ hostname = local.hostname
214
214
linux_user = local.linux_user
215
215
216
216
ssh_pubkey = data.coder_parameter.ssh_pubkey.value
@@ -222,7 +222,7 @@ data "cloudinit_config" "user_data" {
222
222
content_type = " text/x-shellscript"
223
223
224
224
content = templatefile (" ${ path . module } /cloud-init/userdata.sh.tftpl" , {
225
- hostname = local.hostname
225
+ hostname = local.hostname
226
226
linux_user = local.linux_user
227
227
228
228
# If we have a cached image, use the cached image's environment variables.
You can’t perform that action at this time.
0 commit comments