Skip to content

Commit

Permalink
simple readme
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo committed Aug 24, 2021
1 parent 226b35d commit 02b9a3e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Azure Terrafy

A tool to bring your existing Azure resources into the management of Terraform.

## Install

```bash
go install github.com/magodo/aztfy@latest
```
1 change: 1 addition & 0 deletions tools/generate-provider-schema/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ main() {
go mod vendor || die "failed to run go mod vendor"
out=$(go run "$provider_dir/internal/tools/generate-provider-schema/main.go") || die "failed to generate provider schema"
cat << EOF > "$ROOTDIR/schema/provider_gen.go"
// Code generated by generate-provider-schema/run.sh; DO NOT EDIT.
package schema
import (
Expand Down

0 comments on commit 02b9a3e

Please sign in to comment.