Move documentation section above in the readme

main
Elie 2021-01-15 09:38:22 +01:00
parent 246a46b0b3
commit 51615f5df0
No known key found for this signature in database
GPG Key ID: 399AF69092C727B6
1 changed files with 5 additions and 4 deletions

View File

@ -41,6 +41,11 @@ driftctl tracks how well your IaC codebase covers your cloud configuration. drif
- Allow users to **ignore** resources
- Multiple output formats
## Documentation & support
- [User guide](doc/README.md)
- [Discord](https://discord.gg/eYGHUa75Q2)
## Getting started
### Installation
@ -152,10 +157,6 @@ $ AWS_PROFILE=profile_name driftctl scan
# With state stored on a s3 backend
$ driftctl scan --from tfstate+s3://my-bucket/path/to/state.tfstate
```
## Documentation & support
- [User guide](doc/README.md)
- [Discord](https://discord.gg/eYGHUa75Q2)
## Contribute