Skip to content

Commit

Permalink
Merge pull request #989 from threefoldtech/development_update_readme
Browse files Browse the repository at this point in the history
update readme docs
  • Loading branch information
rawdaGastan authored Jan 19, 2025
2 parents a36d1a6 + e04550e commit fbf08bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ integration: clean build-dev
tests: unittests integrationtests

clean:
rm -f $(GARBAGE)
rm -rf $(GARBAGE)

lint:
@echo "Running $@"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ A terraform provider for the [threefold grid](https://threefold.io) to manage yo
## Requirements

- [Terraform](https://www.terraform.io/downloads.html) >= 0.13.x
- [Go](https://golang.org/doc/install) >= 1.15
- [Gettting started document](https://library.threefold.me/info/manual/#/manual3_iac/grid3_terraform/manual__grid3_terraform_home)
- [Go](https://golang.org/doc/install) >= 1.21
- [Gettting started document](https://manual.grid.tf/documentation/system_administrators/terraform/terraform_readme.html#get-started)

## Using provider for different environments

Expand Down Expand Up @@ -55,7 +55,7 @@ terraform init && terraform apply # creates resources defined in main.tf
terraform destroy # destroy the created resource
```

- For a tutorials, please visit the [wiki](https://library.threefold.me/info/manual/#/manual3_iac/grid3_terraform/manual__grid3_terraform_home) page.
- For a tutorials, please visit the [wiki](https://manual.grid.tf/documentation/system_administrators/terraform/terraform_readme.html#get-started) page.
- Detailed docs for resources and their arguments can be found in the [docs](docs).

## Building The Provider (for development only)
Expand Down

0 comments on commit fbf08bf

Please sign in to comment.