Skip to content

Commit

Permalink
Update functions hash for 1.8 (#341)
Browse files Browse the repository at this point in the history
* Update functions hash for 1.8

* Make last step in README more prominent
  • Loading branch information
dbanck committed Apr 9, 2024
1 parent 45b7782 commit 7fe7c16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/funcs/generated/README.md
Expand Up @@ -24,4 +24,4 @@ Run `go generate ./internal/funcs/generated`. This command will:
1. Create a new Go file with the function signatures of that Terraform version.
1. Regenerate the function signature selection in `functions.go`.

If everything looks solid, update the `functionSignatureHash` with the one from the output, and commit all changes.
**If everything looks solid, update the `functionSignatureHash` with the one from the output, and commit all changes.**
2 changes: 1 addition & 1 deletion internal/funcs/generated/gen/gen.go
Expand Up @@ -31,7 +31,7 @@ var (
)

const (
functionSignatureHash = "3edcd73cb8643903dde229b04dfc36d10d8dd6679e7804ea37001be38650d950"
functionSignatureHash = "42e102cb1520d1c9f8fcc97937b2350eb19e393867370b96bed7cb3c9db04c7a"
)

func main() {
Expand Down

0 comments on commit 7fe7c16

Please sign in to comment.