Chore: update `context.tf`, run `make github/init`, drop Terraform `0.12` support @korenyoni (#28)
what
- Update
context.tfto that of null-label:0.25.0 - Run
make github/init. - drop Terraform
0.12support.
why
- The
auto-contextjob was disabled because this repository was inactive for 90 days. This manually updatescontext.tfas it allows for the newtenantlabel. make github/initupdates GitHub Actions Workflow files to their latest reference counterparts.- validation rules were introduced in Terraform
0.13and are used in the latestcontext.tfdistribution. This PR drops support for Terraform 0.12 and below in order to enable updating to the latestcontext.tfdistribution.