This modules provisions an IAM role for sandbox, granting access to create Nuon installs.
Please read more in our docs.
You can use the following module invocation in any Terraform project:
module "iam-role" {
source = "github.com/nuonco/sandboxes//iam-role"
sandbox = "aws-ecs"
prefix = "iam-role-prefix"
}