Set minimum Terraform version to 0.13
Change minimum version specifier to >= 0.13 unless this breaks compatibility with terraform 1.0.
Also change the required_version of Terraform to a >= rule. See the Terraform best practices page:
Reusable modules should constrain only their minimum allowed versions of Terraform and providers, such as >= 0.12.0.
Edited by Dr Rich Wareham