modules/atlantis/version.tf (
9
lines of code) (
raw
):
terraform { required_version = "~> 1.4" required_providers { aws = { source = "hashicorp/aws" version = "= 4.65" } } }