equal
deleted
inserted
replaced
116 |
116 |
117 # User Data for Windows EC2 instance. Mainly used to set the password |
117 # User Data for Windows EC2 instance. Mainly used to set the password |
118 # and configure WinRM. |
118 # and configure WinRM. |
119 # Inspired by the User Data script used by Packer |
119 # Inspired by the User Data script used by Packer |
120 # (from https://www.packer.io/intro/getting-started/build-image.html). |
120 # (from https://www.packer.io/intro/getting-started/build-image.html). |
121 WINDOWS_USER_DATA = ''' |
121 WINDOWS_USER_DATA = r''' |
122 <powershell> |
122 <powershell> |
123 |
123 |
124 # TODO enable this once we figure out what is failing. |
124 # TODO enable this once we figure out what is failing. |
125 #$ErrorActionPreference = "stop" |
125 #$ErrorActionPreference = "stop" |
126 |
126 |