github.com/swisspost/terratest@v0.0.0-20230214120104-7ec6de2e1ae0/examples/terraform-opa-example/pass/output.tf (about)

     1  output "recommended_instance_type" {
     2    description = "The recommended instance type to use in this AWS region. This will be the first instance type in var.instance_types which is available in all AZs in this region."
     3    value       = module.instance_types.recommended_instance_type
     4  }