github.com/hernad/nomad@v1.6.112/e2e/terraform/iam.tf (about)

     1  # Copyright (c) HashiCorp, Inc.
     2  # SPDX-License-Identifier: MPL-2.0
     3  
     4  # note: the creation of this instance profile is in a HashiCorp private repo
     5  data "aws_iam_instance_profile" "nomad_e2e_cluster" {
     6    name = "nomad_e2e_cluster"
     7  }