github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/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 }