Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-j-luna committed Jul 24, 2022
1 parent d0bbdac commit f7284ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Terraform Provider Akash

You can find this

## Pre-requisites
For the provider to work properly you'll need:

Expand All @@ -9,6 +11,10 @@ For the provider to work properly you'll need:

## Installation

You can visit the [registry](https://registry.terraform.io/providers/joao-luna-98/akash/latest) and follow the installations steps.

**or**

Move the binary file of the provider (check releases) to the following folder:
```shell
mkdir -p ~/.terraform.d/plugins/joaoluna.com/cloud/akash/<version>/<OS arch e.g. darwin_arm64>
Expand Down
3 changes: 1 addition & 2 deletions docs/resources/deployment.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Resource `akash_deployment`
# <resource name> Resource/Data Source
# akash_deployment Resource

The deployment resource allows you to create a deployment on the Akash Network.

Expand Down

0 comments on commit f7284ac

Please sign in to comment.