Files
nomad/e2e/terraform/iam.tf
2020-08-18 14:24:34 -04:00

5 lines
162 B
HCL

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