# Terraform version and plugin versions terraform { required_version = ">= 0.13.0, < 0.16.0" required_providers { aws = ">= 2.23, <= 4.0" template = "~> 2.1" null = "~> 2.1" ct = { source = "poseidon/ct" version = "~> 0.8" } } }