Skip to content

Commit 0dbfcc3

Browse files
committed
Documentation
Signed-off-by: Ankur Soni <ankur.soni@outlook.com>
1 parent 2aa9ab7 commit 0dbfcc3

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Set the default behavior, in case people don't have core.autocrlf set.
22
* text=auto
33

4-
# Declare files that will always have CRLF line endings on checkout.
4+
# Declare files that will always have LF line endings on checkout.
55
*.tf text eol=lf
66
*.tfvars text eol=lf
77
*.crt text eol=lf

infra/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ docker run -it --name=kthw-azure-container --mount type=bind,source=%HOMEDRIVE%%
4949
# if the above command fails with the error 'Unhandled exception: Drive has not been shared' then you need to share your windows home drive (most likely c:) with docker inside docker Settings > Resources > File Sharing
5050
https://stackoverflow.com/questions/59942110/docker-drive-has-not-been-shared
5151
52-
# replace the line ending from \r\n to just \n in all the script files
53-
# this action is needed because the git clone operation happened on command prompt and windows puts \r\n for line endings while linux understands \n for line endings
54-
cd ~/kthw-azure-git/scripts
55-
sed -i 's/\r$//g' *.sh
56-
5752
# to logout from container
5853
exit
5954
```
@@ -328,11 +323,6 @@ enable_worker_setup=false
328323
329324
# if there is a correction needed then use text editor 'nano' to update the file and then press ctrl+x after you are done editing
330325
nano azurerm-secret.tfvars
331-
332-
# note for users who started from windows command prompt
333-
# replace the line ending from \r\n to just \n in the var file
334-
# this action is needed because the git clone operation happened on command prompt and windows puts \r\n for line endings while linux understands \n for line endings
335-
sed -i 's/\r$//g' azurerm-secret.tfvars
336326
```
337327

338328
## - Deploy infrastructure

0 commit comments

Comments
 (0)