mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
8 lines
231 B
HCL
8 lines
231 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
# 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"
|
|
}
|