packer-cn/builder/scaleway
Wilken Rivera a76c6c55a9 Remove HCL config for runtime field `UserAgent`
Results before change
```
⇶  packer build /tmp/minimal.pkr.hcl
Error: 1 error occurred:
* unknown configuration key: '"user_agent"'

on /tmp/minimal.pkr.hcl line 1:
(source code not available)

==> Builds finished but no artifacts were created.
```

Results after change
```
⇶  packer build /tmp/minimal.pkr.hcl
scaleway.required: output will be in this color.

==> scaleway.required: Creating temporary ssh key for server...
==> scaleway.required: Creating server...
```
2020-07-31 11:22:55 -04:00
..
artifact.go Sharing info with post-processors via artifact (#8632) 2020-01-30 11:27:58 +01:00
artifact_test.go Sharing info with post-processors via artifact (#8632) 2020-01-30 11:27:58 +01:00
builder.go allow user to set winrm_host override like we do ssh_host override 2020-01-30 15:22:22 -08:00
builder_test.go Remove HCL config for runtime field `UserAgent` 2020-07-31 11:22:55 -04:00
config.go Remove HCL config for runtime field `UserAgent` 2020-07-31 11:22:55 -04:00
config.hcl2spec.go Remove HCL config for runtime field `UserAgent` 2020-07-31 11:22:55 -04:00
step_create_image.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_create_server.go implement ID and Type values in the provisioner template info sharing 2019-12-13 11:57:01 -08:00
step_create_ssh_key.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_remove_volume.go fix: fix typo in comment 2019-07-24 21:19:53 +02:00
step_server_info.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_shutdown.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00
step_snapshot.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 2019-04-03 15:56:15 +02:00