Skip to content

Instantly share code, notes, and snippets.

View nabarunchatterjee's full-sized avatar

Nabarun Chatterjee nabarunchatterjee

View GitHub Profile
@nabarunchatterjee
nabarunchatterjee / role.tf
Created March 8, 2018 14:13
Trust relationship role
data "aws_iam_policy_document" "latest-random-assume-role-policy-document" {
statement {
actions = ["sts:AssumeRole"]
principals {
type = "Service"
identifiers = ["ec2.amazonaws.com"]
}
}
}
{
"builds": [
{
"name": "azure",
"builder_type": "azure-arm",
"build_time": 1520253044,
"files": null,
"artifact_id": "",
"packer_run_uuid": "133256b9-b92a-9ee5-0664-c04f031c865b"
}