github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/e2e/terraform/iam.tf (about)

     1  # note: the creation of this instance profile is in a HashiCorp private repo
     2  data "aws_iam_instance_profile" "nomad_e2e_cluster" {
     3    name = "nomad_e2e_cluster"
     4  }