You must never report security related issues, vulnerabilities or bugs including sensitive information to the issue tracker, or elsewhere in public. Instead sensitive bugs must be sent by email to [email protected].
Please see the .github/dependabot.yml
for configuration.
It's set to check daily if there is an upstream update and creates a pull request with the latest version.
- Go to the Pull Requests of this repo.
- Merge open dependabot pull requests into the
dev
branch. - Switch to your local dev computer.
- Fetch upstream git updates. Make sure you are on the
dev
branch. - Open a terminal into the
terraform
directory and run the following command.
terraform init -upgrade
terraform plan
- Test to ensure terraform is able to function properly.
- Merge the
dev
branch intomain