github.com/Yunsang-Jeong/terraforge@v0.0.0-20231003081416-fe4fad2c57e3/example/prod/terraform.tf (about)

     1  terraform {
     2    required_providers {
     3      aws = {
     4        source  = "hashicorp/aws"
     5        version = "> 5.0.0"
     6      }
     7    }
     8  }