You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
echo "+) Updating occurrences of terraform_version"
find . -type f -not -path "*.git/*" -exec sed -i "s|terraform_version: [[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]\+|terraform_version: ${VERSION}|g" {} \;
echo "+) Updating the badge in the README.md"
sed -i "/img.shields.io\/badge\/Supports/c\[\![](https://img.shields.io/badge/Supports%20Terraform%20Version-${VERSION}-blue.svg)](https://github.com/hashicorp/terraform/blob/v${VERSION}/CHANGELOG.md)" README.md