File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ locals {
109
109
# User data is used to stop/start AWS instances. See:
110
110
# https://github.com/hashicorp/terraform-provider-aws/issues/22
111
111
112
- user_data_start = <<- EOT
112
+ user_data_start = << EOT
113
113
Content-Type: multipart/mixed; boundary="//"
114
114
MIME-Version: 1.0
115
115
@@ -139,7 +139,7 @@ sudo -u ${local.linux_user} sh -c '${coder_agent.main.init_script}'
139
139
--//--
140
140
EOT
141
141
142
- user_data_end = <<- EOT
142
+ user_data_end = << EOT
143
143
Content-Type: multipart/mixed; boundary="//"
144
144
MIME-Version: 1.0
145
145
Original file line number Diff line number Diff line change @@ -82,15 +82,15 @@ locals {
82
82
# User data is used to stop/start AWS instances. See:
83
83
# https://github.com/hashicorp/terraform-provider-aws/issues/22
84
84
85
- user_data_start = <<- EOT
85
+ user_data_start = << EOT
86
86
<powershell>
87
87
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
88
88
${ coder_agent . main . init_script }
89
89
</powershell>
90
90
<persist>true</persist>
91
91
EOT
92
92
93
- user_data_end = <<- EOT
93
+ user_data_end = << EOT
94
94
<powershell>
95
95
shutdown /s
96
96
</powershell>
You can’t perform that action at this time.
0 commit comments