adamant-kite-43734
10/05/2023, 12:25 PMancient-pizza-13099
10/06/2023, 7:31 AMupload file
is binded to local pc with specific path, by contrast, the remote URL is fixed
That will mean, when the terraform agent runs, it needs to map the local path into the running instanced, to be able to read the file. The code is difficult to reuse.
And, you can run python3 -m http.server
to serve as a simple http server in your pc, thus your terraform code can work in download
mode.
I am checking with some others, if upload from local file
is supported.blue-farmer-46993
10/06/2023, 7:38 AMancient-pizza-13099
10/06/2023, 7:40 AMancient-pizza-13099
10/06/2023, 7:44 AMancient-pizza-13099
10/06/2023, 8:43 AMblue-farmer-46993
10/06/2023, 9:09 AM