v5.31.0-upjet.1
Release of the terraform-provider-aws v5.31.0 with Upbound modifications.
Binaries are built with the following commands (Updating only the first two lines is enough for future releases):
RELEASE_BASE=v5.31.0
UPJET_SUFFIX=upjet.1
git checkout upjet-"$RELEASE_BASE"
make prereq-go
rm terraform-provider-aws
GOOS=darwin GOARCH=arm64 "go$(cat .go-version)" build -o terraform-provider-aws
zip terraform-provider-aws_"$RELEASE_BASE"-"$UPJET_SUFFIX"_darwin_arm64.zip terraform-provider-aws
rm terraform-provider-aws
GOOS=linux GOARCH=amd64 "go$(cat .go-version)" build -o terraform-provider-aws
zip terraform-provider-aws_"$RELEASE_BASE"-"$UPJET_SUFFIX"_linux_amd64.zip terraform-provider-aws