Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Feb 17, 2025
1 parent d229939 commit 4a7f03b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
```
gcloud auth application-default login
```
2. Create a file called terraforms.tfvars and add the following variables
2. Create a file called terraform.tfvars and add the following variables
```
zip_file_id = ""
ams_version = ""
Expand All @@ -24,7 +24,7 @@ az login
```
2. Set subscription id in provider.tf

3. Create a file called terraforms.tfvars and add the following variables
3. Create a file called terraform.tfvars and add the following variables
```
zip_file_id = ""
ams_version = ""
Expand All @@ -39,7 +39,7 @@ ssh-keygen -t rsa -f ./ssh/id_rsa

1. First create a DO token

2. Create a file called terraforms.tfvars and add the following variables
2. Create a file called terraform.tfvars and add the following variables

```
zip_file_id = ""
Expand Down

0 comments on commit 4a7f03b

Please sign in to comment.