Skip to content

Commit

Permalink
update generated files towards v2.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo committed Oct 27, 2021
1 parent 7fbe68f commit 69c142e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .tools/generate-provider-resource-mapping/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ main() {
pkgs=(./internal/sdk ./internal/services/*)
popd > /dev/null
out=$(go run "$TOOLDIR" -dir "$provider_dir" "${pkgs[@]}") || die "failed to run the tool"
cat << EOF > "$ROOTDIR/mapping/mapping.go"
cat << EOF > "$ROOTDIR/mapping/mapping_gen.go"
// Code generated by generate-provider-resource-mapping/run.sh; DO NOT EDIT.
package schema
package mapping
import (
"encoding/json"
Expand Down
5 changes: 1 addition & 4 deletions mapping/mapping.go → mapping/mapping_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions schema/provider_gen.go

Large diffs are not rendered by default.

0 comments on commit 69c142e

Please sign in to comment.