Skip to content

Commit

Permalink
Add Azure readme
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu committed Dec 18, 2024
1 parent d7df456 commit 1cd1856
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,26 @@ ams_version = ""
mkdir ./ssh
ssh-keygen -t rsa -f ./ssh/id_rsa
```

# Azure

1. Log in first
```
az login
```
2. Set subscription id in provider.tf

3. Create a file called terraforms.tfvars and add the following variables
```
zip_file_id = ""
ams_version = ""
```
4. Generate a new SSH key
```
mkdir ./ssh
ssh-keygen -t rsa -f ./ssh/id_rsa
```

# DO

1. First create a DO token
Expand Down

0 comments on commit 1cd1856

Please sign in to comment.