Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itsksaurabh authored Apr 30, 2020
1 parent 1dd663f commit 7290663
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ The module requires Github personal access token for the admin access to the rep

## Usage ⚙️

Paste your SSH Public Key inside the file [user_id_rsa.pub](./ssh-keys/user_id_rsa.pub).

Update the values inside [terraform.tfvars](./terraform.tfvars) file for better experience.

Run the following commands to use the module:
Expand All @@ -78,6 +76,12 @@ $ terraform destroy

> **Note**: The above command will use the default values defined inside [variables.tf](./variables.tf) file. You can change the values if required.
**Optional**

The [ssh-keys](./ssh-keys/) module has been added with Docat v2.x.x to make it easier to deploy your SSH Key on Digital Ocean.
Just Paste your SSH Public Key inside the file [user_id_rsa.pub](./ssh-keys/user_id_rsa.pub) and peroform the above actions.


**Terraform Inputs**

| Name | Description | Type | Default | Required |
Expand Down

0 comments on commit 7290663

Please sign in to comment.